Use statically linked mtxclient so we're using the correct one for a rolling build
This commit is contained in:
parent
159a82420a
commit
18aa001702
1 changed files with 1 additions and 1 deletions
2
PKGBUILD
2
PKGBUILD
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue