Fix Linux build.

This commit is contained in:
Ryan Houdek 2013-12-11 16:06:19 -06:00
parent 424f7b094e
commit 0e1e14b3a1
1 changed files with 1 additions and 1 deletions

View File

@ -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