Skip to content

Commit cb303e4

Browse files
committed
fix CMakeLists.txt
1 parent 3c2ef23 commit cb303e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ endif()
4848

4949
add_library(expty SHARED ${expty_src})
5050

51-
if(NOT WIN32)
51+
if(UNIX AND APPLE)
5252
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
5353
include(FindLibX)
5454
find_lib_x(util util.h pty.h)

0 commit comments

Comments
 (0)