mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
bifcl: Adding support for libunistd. Also adding pragma guard for the right arch
This commit is contained in:
parent
3a18b2144c
commit
c6042154b9
2 changed files with 7 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue