Update build.yml

This commit is contained in:
Jay Lee
2022-01-11 08:58:29 -05:00
committed by GitHub
parent cc30e307e9
commit 66a5d0472d

View File

@@ -215,7 +215,10 @@ jobs:
else else
TARGETARCH="64bit" TARGETARCH="64bit"
fi fi
$python ./waf all --target-arch=$TARGETARCH if [ $GAMOS == "macos" ]; then
UNIVERsAL="--universal2"
fi
$python ./waf all --target-arch=$TARGETARCH $UNIVERSAL
cat build/config.log cat build/config.log
cd .. cd ..
$pip install . $pipoptions $pip install . $pipoptions