mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
CMake: don't make DolphinWX link to dl
This commit is contained in:
@ -89,11 +89,6 @@ set(LIBS
|
|||||||
wxWidgets::wxWidgets
|
wxWidgets::wxWidgets
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
||||||
if(${CMAKE_SYSTEM_NAME} STREQUAL "Linux")
|
|
||||||
list(APPEND LIBS dl)
|
|
||||||
endif()
|
|
||||||
|
|
||||||
if(APPLE)
|
if(APPLE)
|
||||||
# Add resource files to application bundle.
|
# Add resource files to application bundle.
|
||||||
set(RESOURCES resources/Dolphin.icns)
|
set(RESOURCES resources/Dolphin.icns)
|
||||||
|
Reference in New Issue
Block a user