mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Fix Linux build.
This commit is contained in:
@ -98,7 +98,7 @@ if(wxWidgets_FOUND)
|
|||||||
Src/WiimoteConfigDiag.cpp
|
Src/WiimoteConfigDiag.cpp
|
||||||
Src/WxUtils.cpp)
|
Src/WxUtils.cpp)
|
||||||
|
|
||||||
set(WXLIBS ${wxWidgets_LIBRARIES})
|
set(WXLIBS ${wxWidgets_LIBRARIES} dl)
|
||||||
else()
|
else()
|
||||||
if(ANDROID)
|
if(ANDROID)
|
||||||
set(SRCS Src/Android/TextureLoader.cpp
|
set(SRCS Src/Android/TextureLoader.cpp
|
||||||
|
Reference in New Issue
Block a user