Updated LibEvent to release 2.1.11-stable. (#4383)
This finally restores my ability to compile on Windows and Linux from the same source folder (on a network drive). LibEvent broke this long ago by writing a config file into the source folder, rather than build folder. Now it's finally fixed.
This commit is contained in:
@@ -46,4 +46,8 @@ endif()
|
||||
if(NOT MSVC)
|
||||
add_library(OSSupport ${SRCS} ${HDRS})
|
||||
target_link_libraries(OSSupport fmt::fmt)
|
||||
|
||||
if(NOT WIN32)
|
||||
target_link_libraries(OSSupport event_pthreads_static)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user