diff options
author | Simon Warta <[email protected]> | 2016-12-02 10:06:05 +0100 |
---|---|---|
committer | Simon Warta <[email protected]> | 2016-12-02 14:59:16 +0100 |
commit | 86a19b4b86ec961f7c02970a5a24990af1abf9e5 (patch) | |
tree | 217e27fa1ca989d581872f6498282db43352677d /src/scripts/ci | |
parent | 21e9cbda53423bc90c92b3bd144c6474bc24d2e3 (diff) |
Use new --amalgamation flag for Travis
Diffstat (limited to 'src/scripts/ci')
-rwxr-xr-x | src/scripts/ci/travis/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/ci/travis/build.sh b/src/scripts/ci/travis/build.sh index 5fb6bec2d..a34737d8a 100755 --- a/src/scripts/ci/travis/build.sh +++ b/src/scripts/ci/travis/build.sh @@ -14,7 +14,7 @@ CFG_FLAGS+=(--with-pkcs11) CC_BIN=$CXX if [ "$BUILD_MODE" = "static" ] || [ "$BUILD_MODE" = "mini-static" ]; then - CFG_FLAGS+=(--disable-shared --via-amalgamation) + CFG_FLAGS+=(--disable-shared --amalgamation) elif [ "$BUILD_MODE" = "shared" ] || [ "$BUILD_MODE" = "mini-shared" ]; then # No special flags required for shared lib build CFG_FLAGS+=() |