Actually use the mtxstatic variable in ci script
This commit is contained in:
parent
dfc42643f0
commit
e85bd4a54b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user