From e85bd4a54bb24acae7ca8959532064129ee50f76 Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Sat, 3 Aug 2019 18:58:39 +0200 Subject: [PATCH] Actually use the mtxstatic variable in ci script --- .ci/script.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.ci/script.sh b/.ci/script.sh index cf8b524b..1bde913c 100755 --- a/.ci/script.sh +++ b/.ci/script.sh @@ -28,7 +28,8 @@ fi cmake -GNinja -Hdeps -B.deps \ -DUSE_BUNDLED_BOOST="${USE_BUNDLED_BOOST}" \ -DUSE_BUNDLED_CMARK="${USE_BUNDLED_CMARK}" \ - -DUSE_BUNDLED_JSON="${USE_BUNDLED_JSON}" + -DUSE_BUNDLED_JSON="${USE_BUNDLED_JSON}" \ + -DMTX_STATIC="${MTX_STATIC:-OFF}" cmake --build .deps # Build nheko