mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
OpenBSD neither provides nor requires libdl and librt.
This commit is contained in:
@ -93,7 +93,7 @@ elseif(USE_X11)
|
||||
set(LIBS ${LIBS} ${XRANDR_LIBRARIES})
|
||||
endif()
|
||||
|
||||
if(NOT CMAKE_SYSTEM_NAME MATCHES FreeBSD)
|
||||
if(${CMAKE_SYSTEM_NAME} STREQUAL "Linux")
|
||||
set(LIBS ${LIBS} dl)
|
||||
endif()
|
||||
|
||||
|
Reference in New Issue
Block a user