mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Merge pull request #42 from stormcenter/master
[BUGFIX] Fix libevent build error on Darwin
This commit is contained in:
commit
81a42a854f
1 changed files with 1 additions and 2 deletions
|
@ -114,8 +114,7 @@ link_directories( ${BORINGSSL_LIB} )
|
|||
|
||||
SET(CMAKE_INCLUDE_CURRENT_DIR ON)
|
||||
include_directories( include )
|
||||
|
||||
IF(${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD")
|
||||
IF(${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD" OR ${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
|
||||
# Find libevent on FreeBSD:
|
||||
include_directories( /usr/local/include )
|
||||
link_directories( /usr/local/lib )
|
||||
|
|
Loading…
Reference in a new issue