mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-09 19:20:41 +03:00
Try to fix macOS build
This commit is contained in:
parent
3429e1bf31
commit
b72292edd1
@ -16,7 +16,7 @@ find_package(Curses REQUIRED)
|
||||
target_link_libraries(cedar PRIVATE ${LIB_READLINE} ${CURSES_LIBRARIES})
|
||||
|
||||
if(${CMAKE_SYSTEM_NAME} STREQUAL "Darwin")
|
||||
target_link_libraries(cedar PRIVATE pcap)
|
||||
target_link_libraries(cedar PRIVATE mayaqua pcap)
|
||||
endif()
|
||||
|
||||
# Version
|
||||
|
Loading…
Reference in New Issue
Block a user