mirror of
https://github.com/boostorg/math.git
synced 2026-01-19 04:22:09 +00:00
Try setting the architecture explicitly.
This commit is contained in:
@@ -39,7 +39,7 @@ echo '==================================> BEFORE_SCRIPT'
|
||||
|
||||
echo '==================================> SCRIPT'
|
||||
|
||||
echo "using $TOOLSET : : $COMPILER : <cxxflags>-std=$CXXSTD $OPTIONS ;" > ~/user-config.jam
|
||||
echo "using $TOOLSET : : $COMPILER : <cxxflags>-std=$CXXSTD $OPTIONS <cxxflags>"-arch arm64" ;" > ~/user-config.jam
|
||||
uname -a
|
||||
(cd libs/config/test && ../../../b2 -d2 print_config_info print_math_info toolset=$TOOLSET)
|
||||
(cd libs/math/test && ../../../b2 -j3 toolset=$TOOLSET $TEST_SUITE)
|
||||
|
||||
Reference in New Issue
Block a user