commit | 07f59971bd11df619709444275298061ee69f707 | [log] [tgz] |
---|---|---|
author | James E. King, III <jking@apache.org> | Fri Mar 10 06:18:33 2017 -0500 |
committer | James E. King, III <jking@apache.org> | Fri Mar 10 06:18:33 2017 -0500 |
tree | 197adaaede4f594115899dc409a30d2d842195d3 | |
parent | 9b1544dc21f2d952b91c44e4636e1b9da937002c [diff] [blame] |
THRIFT-4081: appveyor retooling - added mingw64 build as a second job to the CI build process This closes #1205
diff --git a/lib/cpp/CMakeLists.txt b/lib/cpp/CMakeLists.txt index d07b400..9a1ef10 100755 --- a/lib/cpp/CMakeLists.txt +++ b/lib/cpp/CMakeLists.txt
@@ -68,7 +68,7 @@ endif() -if (WIN32) +if (WIN32 AND NOT MSYS) list(APPEND thriftcpp_SOURCES src/thrift/windows/TWinsockSingleton.cpp src/thrift/windows/SocketPair.cpp