Skip to content

Commit 1f69e63

Browse files
committed
Fix macos release script.
1 parent 59903ef commit 1f69e63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github_macos_build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ rm -rf ./bin
2626
make config=${CONFIGURATION}_${TARGETARCH} -j`sysctl -n hw.ncpu`
2727
else
2828
# Create the makefile
29-
./premake5 gmake2 --cc=${CC} --enable-xlib=false --enable-embed-stdlib=true --arch=${TARGETARCH} --deps=true --no-progress=true
29+
./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
3030
# Build the configuration
3131
make config=${CONFIGURATION}_${TARGETARCH} -j`sysctl -n hw.ncpu`
3232
fi

0 commit comments

Comments
 (0)