Skip to content

Commit 04f9989

Browse files
committed
Fix merge error
1 parent ef161e9 commit 04f9989

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/cmake/config-ix.cmake

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,8 @@ elseif (APPLE)
2727
set(HAVE_SYS_MMAN_H 1)
2828
set(HAVE_SYSEXITS_H 1)
2929
set(HAVE_UNISTD_H 1)
30-
elseif (WIN32)
3130
set(HAVE_SYS_IOCTL_H 1)
32-
elseif (PURE_WINDOWS)
31+
elseif (WIN32)
3332
set(HAVE_MACH_MACH_H 0)
3433
set(HAVE_MALLOC_MALLOC_H 0)
3534
set(HAVE_PTHREAD_H 0)

0 commit comments

Comments
 (0)