Skip to content
Prev Previous commit
Try setting the architecture explicitly.
  • Loading branch information
jzmaddock committed Feb 5, 2023
commit 805371c2da1ba07c86c775bc9911f065237e8381
2 changes: 1 addition & 1 deletion .drone/boost.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down