Merge branch 'coturn:master' into master
This commit is contained in:
commit
7cfa7b1c4d
@ -75,8 +75,12 @@ else()
|
||||
list(APPEND turnserver_DEFINED TURN_NO_HIREDIS)
|
||||
endif()
|
||||
|
||||
find_package(libsystemd)
|
||||
if(libsystemd_FOUND)
|
||||
if(NOT APPLE)
|
||||
find_package(libsystemd)
|
||||
if(libsystemd_FOUND)
|
||||
else()
|
||||
list(APPEND turnserver_DEFINED TURN_NO_SYSTEMD)
|
||||
endif()
|
||||
else()
|
||||
list(APPEND turnserver_DEFINED TURN_NO_SYSTEMD)
|
||||
endif()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user