diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2019-07-06 21:03:13 +0900 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2019-07-06 21:03:13 +0900 |
commit | a4d1acb8e9e3f101c891f9089a07e214e5cc55f8 (patch) | |
tree | 6a67599942cdf805760c8f547142a407341b0baf | |
parent | b5f9e1bd20f985c18ec630fa496510018547b728 (diff) | |
download | libquotient-a4d1acb8e9e3f101c891f9089a07e214e5cc55f8.tar.gz libquotient-a4d1acb8e9e3f101c891f9089a07e214e5cc55f8.zip |
.appveyor.yml: stick with static libs
-rw-r--r-- | .appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index fb5903c1..8831b2e3 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -29,7 +29,7 @@ before_build: - cd 3rdparty/libQtOlm - git clone https://gitlab.matrix.org/matrix-org/olm.git - cd ../.. -- if %MAKETOOL% == cmake cmake -G "NMake Makefiles JOM" -H. -Bbuild -DCMAKE_CXX_FLAGS="/EHsc /W3" -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX="%DEPLOY_DIR%" +- if %MAKETOOL% == cmake cmake -G "NMake Makefiles JOM" -H. -Bbuild -DCMAKE_CXX_FLAGS="/EHsc /W3" -DBUILD_SHARED_LIBS=OFF -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX="%DEPLOY_DIR%" build_script: - if %MAKETOOL% == cmake cmake --build build |