mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-24 08:01:36 +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
|
||||
TARGETARCH="64bit"
|
||||
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
|
||||
cd ..
|
||||
$pip install . $pipoptions
|
||||
|
||||
Reference in New Issue
Block a user