mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 19:44:57 +00:00
Fix Linux build.
This commit is contained in:
parent
424f7b094e
commit
0e1e14b3a1
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ if(wxWidgets_FOUND)
|
|||
Src/WiimoteConfigDiag.cpp
|
||||
Src/WxUtils.cpp)
|
||||
|
||||
set(WXLIBS ${wxWidgets_LIBRARIES})
|
||||
set(WXLIBS ${wxWidgets_LIBRARIES} dl)
|
||||
else()
|
||||
if(ANDROID)
|
||||
set(SRCS Src/Android/TextureLoader.cpp
|
||||
|
|
Loading…
Add table
Reference in a new issue