Skip to content

Commit

Permalink
-DCMAKE_OSX_ARCHITECTURES="arm64;x86_64"
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusTomlinson committed Jul 3, 2022
1 parent ae187a0 commit 11de63e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
mkdir -p builddir
cd builddir
cp -r ../openssl/subprojects/openssl-3.0.2/generated-config/archs/darwin64-x86_64-cc/asm/include ../openssl/subprojects/openssl-3.0.2
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=bundle -DENABLE_CRYPTO=ON -DBUILD_SHARED_LIBS=OFF -DCMAKE_OSX_DEPLOYMENT_TARGET=10.15
cmake .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=bundle -DENABLE_CRYPTO=ON -DBUILD_SHARED_LIBS=OFF -DCMAKE_OSX_DEPLOYMENT_TARGET=10.15 -DCMAKE_OSX_ARCHITECTURES="arm64;x86_64"
cmake --build . --config Release -- -j8
cmake --build . --target install
python3 ../scripts/bundle.py mac release done
Expand Down

0 comments on commit 11de63e

Please sign in to comment.