summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2024-05-03 21:56:59 -0700
committerGitHub <noreply@github.com>2024-05-03 21:56:59 -0700
commit2220d26c24b259075182672be22e1494b4affc95 (patch)
treebf512be2f5849bc9295b5ade4bed677c18f89c8c
parent7db3986e01ce36e4c4ba87e1a83f122c5361c4aa (diff)
Fix macos release script. (#4106)
-rw-r--r--github_macos_build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/github_macos_build.sh b/github_macos_build.sh
index 2c78f8491..04cd3e0c9 100644
--- a/github_macos_build.sh
+++ b/github_macos_build.sh
@@ -26,7 +26,7 @@ rm -rf ./bin
make config=${CONFIGURATION}_${TARGETARCH} -j`sysctl -n hw.ncpu`
else
# Create the makefile
-./premake5 gmake2 --cc=${CC} --enable-xlib=false --enable-embed-stdlib=true --arch=${TARGETARCH} --deps=true --no-progress=true
+./premake5 gmake2 --cc=${CC} --enable-xlib=false --enable-embed-stdlib=true --arch=${TARGETARCH} --deps=true --build-glslang=true --no-progress=true --deploy-slang-glslang=false
# Build the configuration
make config=${CONFIGURATION}_${TARGETARCH} -j`sysctl -n hw.ncpu`
fi