From f2cc15d0edff931ae0121a82f1eca98ceced3989 Mon Sep 17 00:00:00 2001 From: Jack Lloyd Date: Sun, 4 Dec 2016 19:40:10 -0500 Subject: Fix CircleCI build --- src/scripts/ci/circle/gcc-static-debug.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/scripts/ci/circle') diff --git a/src/scripts/ci/circle/gcc-static-debug.sh b/src/scripts/ci/circle/gcc-static-debug.sh index 3a8900fb4..d6908fa4e 100755 --- a/src/scripts/ci/circle/gcc-static-debug.sh +++ b/src/scripts/ci/circle/gcc-static-debug.sh @@ -5,6 +5,6 @@ which shellcheck > /dev/null && shellcheck "$0" # Run shellcheck on this if avai BUILD_NICKNAME=$(basename "$0" .sh) BUILD_DIR="./build-$BUILD_NICKNAME" -./configure.py --with-build-dir="$BUILD_DIR" --with-debug-info --disable-shared --via-amalgamation --with-pkcs11 +./configure.py --with-build-dir="$BUILD_DIR" --with-debug-info --disable-shared --amalgamation --with-pkcs11 make -j 2 -f "$BUILD_DIR"/Makefile "$BUILD_DIR"/botan-test -- cgit v1.2.3