Update build.yml

This commit is contained in:
Jay Lee
2021-11-22 16:19:34 -05:00
committed by GitHub
parent 65a740569c
commit 7e582ac1fc

View File

@@ -198,7 +198,7 @@ jobs:
run: |
set +e
if [ $GAMOS == "macos" ]; then
export pipoptions='--nobnary ":all:"'
export pipoptions='--no-binary ":all:"'
export MACOSX_DEPLOYMENT_TARGET="10.9"
export CFLAGS="-arch arm64 -arch x86_64"
fi