Skip to content
Snippets Groups Projects
Commit df638557 authored by Nick Zavaritsky's avatar Nick Zavaritsky
Browse files

Enable kqueue backend in libev on osx

parent a5c85349
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ macro(libev_build)
#
# Enable Linux-specific event notification API (man inotify)
set(ev_compile_flags "${ev_compile_flags} -DEV_USE_INOTIFY")
elseif (TARGET_OS_FREEBSD)
elseif (TARGET_OS_FREEBSD OR TARGET_OS_DARWIN)
#
# On FreeBSD build libev loop on top of
set(ev_compile_flags "${ev_compile_flags} -DEV_USE_KQUEUE")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment