summaryrefslogtreecommitdiffstats
path: root/github_macos_build.sh
diff options
context:
space:
mode:
authorSimon Kallweit <simon.kallweit@gmail.com>2024-02-07 02:02:47 +0100
committerGitHub <noreply@github.com>2024-02-06 17:02:47 -0800
commitf359df9202140ee575d0c2efd3bb10880edcc331 (patch)
tree9cc12b9a39eed170b59ec03b7d9df7e46b42c6a5 /github_macos_build.sh
parentab41d548db376c6b52869004d1b6e21b88b4c9c8 (diff)
deploy slang-glslang with macos releases (#3554)
* deploy slang-glslang with macos releases * sign libslang-glslang.dylib and add it to dist package --------- Co-authored-by: Yong He <yonghe@outlook.com>
Diffstat (limited to 'github_macos_build.sh')
-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 1e8548239..9c3dcda25 100644
--- a/github_macos_build.sh
+++ b/github_macos_build.sh
@@ -23,7 +23,7 @@ rm -rf ./bin
ARCH="arm64"
# Create the makefile
-./premake5 gmake2 --cc=${CC} --enable-xlib=false --enable-embed-stdlib=true --arch=${TARGETARCH} --deps=true --no-progress=true --skip-source-generation=true --deploy-slang-llvm=false --deploy-slang-glslang=false
+./premake5 gmake2 --cc=${CC} --enable-xlib=false --enable-embed-stdlib=true --arch=${TARGETARCH} --deps=true --build-glslang=true --no-progress=true --skip-source-generation=true --deploy-slang-llvm=false --deploy-slang-glslang=false
make config=${CONFIGURATION}_${TARGETARCH} -j`sysctl -n hw.ncpu`
else
# Create the makefile