summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-x.ci/script.sh3
1 files changed, 2 insertions, 1 deletions
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