From 66a5d0472d3ded966c8a7da3af29ec55f03b8188 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 11 Jan 2022 08:58:29 -0500 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c59aec1e..fe1f480a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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