summaryrefslogtreecommitdiffstats
path: root/github_build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'github_build.sh')
-rw-r--r--github_build.sh2
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