mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 01:29:42 -06:00
Fix FreeBSD build
This commit is contained in:
@ -45,8 +45,10 @@ set(LIBS ${LIBS}
|
||||
videocommon
|
||||
SOIL
|
||||
common
|
||||
dl
|
||||
${X11_LIBRARIES})
|
||||
if(NOT CMAKE_SYSTEM_NAME MATCHES FreeBSD)
|
||||
set(LIBS ${LIBS} dl)
|
||||
endif()
|
||||
if(USE_EGL)
|
||||
set(LIBS ${LIBS} EGL)
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user