mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Actually use the mtxstatic variable in ci script
This commit is contained in:
parent
dfc42643f0
commit
e85bd4a54b
1 changed files with 2 additions and 1 deletions
|
@ -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 a new issue