aboutsummaryrefslogtreecommitdiffstats
path: root/src/scripts
diff options
context:
space:
mode:
authorlloyd <[email protected]>2015-05-11 12:08:51 +0000
committerlloyd <[email protected]>2015-05-11 12:08:51 +0000
commit78aa48db7c95e054d95ee381b2f5a0c9b56f9f79 (patch)
treeae46dd82116074e89249434ee0e6a65e19ccfaef /src/scripts
parent2c8c47db450cbffa1122a2b9796b7a35588d02b7 (diff)
Typo
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