mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 01:29:42 -06:00
OpenBSD neither provides nor requires libdl and librt.
This commit is contained in:
@ -415,7 +415,7 @@ if(ANDROID)
|
||||
# We are cross compiling, search only the toolchain for libraries and includes
|
||||
SET(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY)
|
||||
SET(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)
|
||||
elseif(NOT APPLE)
|
||||
elseif(NOT APPLE AND NOT CMAKE_SYSTEM_NAME MATCHES OpenBSD)
|
||||
list(APPEND LIBS rt)
|
||||
endif()
|
||||
|
||||
|
Reference in New Issue
Block a user