Repository: thrift
Updated Branches:
  refs/heads/master 92e1c409c -> 3db41faf4


THRIFT-4159: enable some Windows sources also on MSYS2

This closes #1248


Project: http://git-wip-us.apache.org/repos/asf/thrift/repo
Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/3db41faf
Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/3db41faf
Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/3db41faf

Branch: refs/heads/master
Commit: 3db41faf4e607e52960c6265161ac8808a24c113
Parents: 92e1c40
Author: Mario Emmenlauer <ma...@emmenlauer.de>
Authored: Fri Apr 7 23:24:07 2017 +0200
Committer: James E. King, III <jk...@apache.org>
Committed: Sat Apr 8 00:31:35 2017 -0400

----------------------------------------------------------------------
 lib/cpp/CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/thrift/blob/3db41faf/lib/cpp/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/lib/cpp/CMakeLists.txt b/lib/cpp/CMakeLists.txt
index 9a1ef10..59da346 100755
--- a/lib/cpp/CMakeLists.txt
+++ b/lib/cpp/CMakeLists.txt
@@ -57,7 +57,7 @@ set( thriftcpp_SOURCES
    src/thrift/server/TThreadedServer.cpp
 )
 
-# This files don't work on Windows CE as there is no pipe support
+# These files don't work on Windows CE as there is no pipe support
 # TODO: These files won't work with UNICODE support on windows. If fixed this 
can be re-added.
 if (NOT WINCE)
     list(APPEND thriftcpp_SOURCES
@@ -68,7 +68,7 @@ if (NOT WINCE)
 endif()
 
 
-if (WIN32 AND NOT MSYS)
+if (WIN32)
     list(APPEND thriftcpp_SOURCES
         src/thrift/windows/TWinsockSingleton.cpp
         src/thrift/windows/SocketPair.cpp

Reply via email to