diff options
| author | kaizhangNV <149626564+kaizhangNV@users.noreply.github.com> | 2024-04-21 21:27:19 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-21 21:27:19 -0700 |
| commit | c5b855d77f6cdcc1ecb5c24de98f28347700e3c8 (patch) | |
| tree | 9e9b622b15342f9dd2d14880693ec1d488d01eff /github_build.sh | |
| parent | 51dc26eaa3895ce9493703243963a0577e318eb9 (diff) | |
Update the dependency file (#3994)
Update the dependency file to use the latest release version for
slang-llvm and slang-glslang where we added a new Linux release to
support the older version of Glibc-2.27.
Fix a type in github.sh for the glibc compatible option input for
premake5.lua.
Diffstat (limited to 'github_build.sh')
| -rw-r--r-- | github_build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/github_build.sh b/github_build.sh index d905ec5eb..aa1f9e8f9 100644 --- a/github_build.sh +++ b/github_build.sh @@ -21,7 +21,7 @@ if [[ "aarch64" == "${TARGETARCH}" && "release" == "${CONFIGURATION}" ]]; then fi if [[ ! -z ${GLIBC_COMPATIBLE} ]]; then - glibcCompatible="--glibcForwardCompatible=true" + glibcCompatible="--glibc-forward-compatible=true" fi if [[ "${ARCH}" != "${TARGETARCH}" ]]; then |
