Skip to content

Commit

Permalink
try to build boost with x86 only
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgessinger committed Mar 11, 2024
1 parent 34ea6e5 commit 80e4e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
&& export CXX="ccache $CXX"
&& ./bootstrap.sh
--prefix=${INSTALL_DIR}
&& ./b2 install
&& ./b2 -address-model=64 architecture=x86 install
--build-dir=${BUILD_DIR}
&& tar czf ../boost.tar.gz -C ${INSTALL_DIR} .
Expand Down

0 comments on commit 80e4e05

Please sign in to comment.