Fix Linux build.
This commit is contained in:
parent
424f7b094e
commit
0e1e14b3a1
|
@ -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…
Reference in New Issue