Actually use the mtxstatic variable in ci script

This commit is contained in:
Nicolas Werner 2019-08-03 18:58:39 +02:00
parent dfc42643f0
commit e85bd4a54b
1 changed files with 2 additions and 1 deletions

View File

@ -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