diff options
| author | Yong He <yonghe@outlook.com> | 2024-04-24 15:51:43 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-24 15:51:43 -0700 |
| commit | fc4c242442510fb97c3cfbf04d7582ebbc3bb0ed (patch) | |
| tree | 0c19f6974dad99cbe1faa24b1aba41d0780008da /github_macos_build.sh | |
| parent | 211b2ffc20d7798cab0b8483ccc3ec2b7ade49ab (diff) | |
Fix macos CI and clang warnings. (#4019)
* Fix macos CI.
* Fix.
* Fix.
* Fix.
* Fix clang warnings.
* Fix more warnings.
Diffstat (limited to 'github_macos_build.sh')
| -rw-r--r-- | github_macos_build.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/github_macos_build.sh b/github_macos_build.sh index 9c3dcda25..2c78f8491 100644 --- a/github_macos_build.sh +++ b/github_macos_build.sh @@ -21,7 +21,6 @@ make config=${CONFIGURATION}_${ARCH} -j`sysctl -n hw.ncpu` rm -rf ./bin -ARCH="arm64" # Create the makefile ./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` |
