mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 12:21:35 +00:00
Update build.yml
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user