aboutsummaryrefslogtreecommitdiffstats
path: root/src/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'src/scripts')
-rwxr-xr-xsrc/scripts/ci/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/ci/build.sh b/src/scripts/ci/build.sh
index c0c46a862..8d87e6e45 100755
--- a/src/scripts/ci/build.sh
+++ b/src/scripts/ci/build.sh
@@ -3,7 +3,7 @@
set -ev
if [ "$BUILD_MODE" = "static" ]; then
- CFG_FLAGS="--disabled-shared --via-amalgamation"
+ CFG_FLAGS="--disable-shared --via-amalgamation"
elif [ "$BUILD_MODE" = "shared" ]; then
CFG_FLAGS="--build-mode=shared"
elif [ "$BUILD_MODE" = "coverage" ]; then