aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <[email protected]>2022-11-24 16:18:54 +0900
committerMITSUNARI Shigeo <[email protected]>2022-11-24 16:18:54 +0900
commit1c1d2366f72ccaf837ece1e532dcb26ce08daaa0 (patch)
tree40b6c979ecac863db5cfa6d404b0fd6391092302
parentcfb1127c3bf28d55e68b367a0a6944829a5c025d (diff)
downloadxbyak-1c1d2366f72ccaf837ece1e532dcb26ce08daaa0.tar.gz
xbyak-1c1d2366f72ccaf837ece1e532dcb26ce08daaa0.zip
disable boost sample
-rw-r--r--sample/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/sample/Makefile b/sample/Makefile
index a10144f..7e8ab7b 100644
--- a/sample/Makefile
+++ b/sample/Makefile
@@ -1,7 +1,9 @@
XBYAK_INC=../xbyak/xbyak.h
CXX?=g++
-BOOST_EXIST=$(shell echo "#include <boost/spirit/core.hpp>" | $CXX -x c++ -c - 2>/dev/null && echo 1)
+#BOOST_EXIST=$(shell echo "#include <boost/spirit/core.hpp>" | $CXX -x c++ -c - 2>/dev/null && echo 1)
+# I don't know why the above code causes an error on GitHub action.
+BOOST_EXIST?=0
UNAME_M=$(shell uname -m)
ONLY_64BIT=0