I get an error after all on GitHub action

This commit is contained in:
MITSUNARI Shigeo 2022-11-30 14:31:38 +09:00
parent 445c0dcec1
commit 47ff6ef42c

View file

@ -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