aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <[email protected]>2022-11-24 16:11:22 +0900
committerMITSUNARI Shigeo <[email protected]>2022-11-24 16:11:22 +0900
commitcfb1127c3bf28d55e68b367a0a6944829a5c025d (patch)
tree9b990e2ea87000f437b1718643f920260aab7367
parent5fcbeb7c4757caf77bde490356f68272f79ffca4 (diff)
downloadxbyak-cfb1127c3bf28d55e68b367a0a6944829a5c025d.tar.gz
xbyak-cfb1127c3bf28d55e68b367a0a6944829a5c025d.zip
tweak
-rw-r--r--sample/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sample/Makefile b/sample/Makefile
index 9166360..a10144f 100644
--- a/sample/Makefile
+++ b/sample/Makefile
@@ -1,7 +1,7 @@
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)
UNAME_M=$(shell uname -m)
ONLY_64BIT=0