Skip to content
Snippets Groups Projects
Commit e85bd4a5 authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Actually use the mtxstatic variable in ci script

parent dfc42643
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment