Use statically linked mtxclient so we're using the correct one for a rolling build

master
Joseph Donofry 2019-05-12 23:33:16 -04:00
parent 159a82420a
commit 18aa001702
No known key found for this signature in database
GPG Key ID: E8A1D78EF044B0CB
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ build() {
rm -f cmake/FindOlm.cmake
cmake -Hdeps -B.deps -DUSE_BUNDLED_BOOST=OFF -DUSE_BUNDLED_CMARK=OFF -DUSE_BUNDLED_JSON=ON
cmake -Hdeps -B.deps -DUSE_BUNDLED_BOOST=OFF -DUSE_BUNDLED_CMARK=OFF -DUSE_BUNDLED_JSON=ON -DMTX_STATIC=ON
cmake --build .deps
cmake -H. -Bbuild -DCMAKE_BUILD_TYPE=Release \