Skip to content
Snippets Groups Projects
Unverified Commit 81a42a85 authored by LiteSpeed Tech's avatar LiteSpeed Tech Committed by GitHub
Browse files

Merge pull request #42 from stormcenter/master

[BUGFIX] Fix libevent build error on Darwin
parents ccd74161 083b5939
No related merge requests found
......@@ -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 )
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment