mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-09 04:19:10 -04:00
cmake/win32: do not compile evthread_win32 on -DEVENT__DISABLE_THREAD_SUPPORT=ON
There is duplicated "evthread_win32.c" appending to ${SRC_CORE} list, leave only one that under if EVENT__DISABLE_THREAD_SUPPORT Fixes: https://ci.appveyor.com/project/azat/libevent/build/2.1.5.96/job/44q3rgifasny7gek
This commit is contained in:
parent
e9acc441b7
commit
ecb0ec821a
@ -730,7 +730,6 @@ if(WIN32)
|
||||
buffer_iocp.c
|
||||
bufferevent_async.c
|
||||
event_iocp.c
|
||||
evthread_win32.c
|
||||
win32select.c)
|
||||
|
||||
list(APPEND HDR_PRIVATE WIN32-Code/getopt.h)
|
||||
|
Loading…
x
Reference in New Issue
Block a user