diff options
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/DolphinWX/CMakeLists.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Source/Core/DolphinWX/CMakeLists.txt b/Source/Core/DolphinWX/CMakeLists.txt index d881af255a..e16f02fc1b 100644 --- a/Source/Core/DolphinWX/CMakeLists.txt +++ b/Source/Core/DolphinWX/CMakeLists.txt @@ -1,6 +1,5 @@ set(LIBS core ${LZO} - iconv discio bdisasm inputcommon @@ -9,6 +8,11 @@ set(LIBS core z sfml-network ${GTK2_LIBRARIES}) + +if(NOT ICONV) + set(LIBS ${LIBS} iconv) +endif() + if(NOT ANDROID) if(USE_X11) set(LIBS ${LIBS} ${X11_LIBRARIES} |
