diff options
author | MITSUNARI Shigeo <[email protected]> | 2022-11-24 16:11:22 +0900 |
---|---|---|
committer | MITSUNARI Shigeo <[email protected]> | 2022-11-24 16:11:22 +0900 |
commit | cfb1127c3bf28d55e68b367a0a6944829a5c025d (patch) | |
tree | 9b990e2ea87000f437b1718643f920260aab7367 | |
parent | 5fcbeb7c4757caf77bde490356f68272f79ffca4 (diff) | |
download | xbyak-cfb1127c3bf28d55e68b367a0a6944829a5c025d.tar.gz xbyak-cfb1127c3bf28d55e68b367a0a6944829a5c025d.zip |
tweak
-rw-r--r-- | sample/Makefile | 2 |
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 |