mirror of
https://github.com/herumi/xbyak
synced 2024-11-21 16:09:11 -07:00
I get an error after all on GitHub action
This commit is contained in:
parent
445c0dcec1
commit
47ff6ef42c
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,9 @@
|
||||||
XBYAK_INC=../xbyak/xbyak.h
|
XBYAK_INC=../xbyak/xbyak.h
|
||||||
CXX?=g++
|
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)
|
UNAME_M=$(shell uname -m)
|
||||||
|
|
||||||
ONLY_64BIT=0
|
ONLY_64BIT=0
|
||||||
|
|
Loading…
Reference in a new issue