bifcl: Adding support for libunistd. Also adding pragma guard for the right arch

This commit is contained in:
Tomer Lev 2022-10-24 16:28:51 +03:00 committed by Tim Wojtulewicz
parent 3a18b2144c
commit c6042154b9
2 changed files with 7 additions and 3 deletions

View file

@ -53,7 +53,7 @@ set(bifcl_SRCS
add_executable(bifcl ${bifcl_SRCS})
if (MSVC)
target_link_libraries(bifcl PRIVATE zeek_windows)
target_link_libraries(bifcl PRIVATE libunistd)
endif()
install(TARGETS bifcl DESTINATION bin)