We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59903ef commit 1f69e63Copy full SHA for 1f69e63
github_macos_build.sh
@@ -26,7 +26,7 @@ rm -rf ./bin
26
make config=${CONFIGURATION}_${TARGETARCH} -j`sysctl -n hw.ncpu`
27
else
28
# Create the makefile
29
-./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
30
# Build the configuration
31
32
fi
0 commit comments