Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix Linux build.
  • Loading branch information
Sonicadvance1 committed Dec 11, 2013
1 parent 424f7b0 commit 0e1e14b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Core/DolphinWX/CMakeLists.txt
Expand Up @@ -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
Expand Down

0 comments on commit 0e1e14b

Please sign in to comment.