From f359df9202140ee575d0c2efd3bb10880edcc331 Mon Sep 17 00:00:00 2001 From: Simon Kallweit Date: Wed, 7 Feb 2024 02:02:47 +0100 Subject: 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 --- github_macos_build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'github_macos_build.sh') 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 -- cgit v1.2.3