We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c2ef23 commit cb303e4Copy full SHA for cb303e4
CMakeLists.txt
@@ -48,7 +48,7 @@ endif()
48
49
add_library(expty SHARED ${expty_src})
50
51
-if(NOT WIN32)
+if(UNIX AND APPLE)
52
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
53
include(FindLibX)
54
find_lib_x(util util.h pty.h)
0 commit comments