summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorcyy <cyyever@outlook.com>2019-02-05 02:57:21 +0800
committerJames E. King III <jking@apache.org>2019-02-04 13:57:21 -0500
commit8fdb7587e688ae66a0e30e9f22bf8dc09599b2e9 (patch)
tree5bdd27f74952a29c402c47d3c4946d8fcf38f67d /appveyor.yml
parent71afec0ea3fc700d5f0d1c46512723963bf1e2f7 (diff)
downloadthrift-8fdb7587e688ae66a0e30e9f22bf8dc09599b2e9.tar.gz
THRIFT-4759:add thrift export to fix windows shared lib building (#1714)
* add THRIFT_EXPORT to fix windows shared lib building * use shared libraries on vs2017 appveyor build, leave msvc2017 static link
Diffstat (limited to 'appveyor.yml')
-rwxr-xr-xappveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 39aba4f95..74c92f1fa 100755
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -39,7 +39,7 @@ environment:
- PROFILE: MSVC2017
PLATFORM: x64
CONFIGURATION: Release
- BUILD_SHARED_LIBS: OFF
+ BUILD_SHARED_LIBS: ON
BOOST_VERSION: 1.67.0
LIBEVENT_VERSION: 2.1.8
PYTHON_VERSION: 3.6