From cfb1127c3bf28d55e68b367a0a6944829a5c025d Mon Sep 17 00:00:00 2001 From: MITSUNARI Shigeo Date: Thu, 24 Nov 2022 16:11:22 +0900 Subject: [PATCH] tweak --- sample/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 " | $(CXX) -x c++ -c - 2>/dev/null && echo 1) +BOOST_EXIST=$(shell echo "#include " | $CXX -x c++ -c - 2>/dev/null && echo 1) UNAME_M=$(shell uname -m) ONLY_64BIT=0