summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/Common/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/Core/Common/CMakeLists.txt b/Source/Core/Common/CMakeLists.txt
index f4e3489f1f..a2c4b6eb07 100644
--- a/Source/Core/Common/CMakeLists.txt
+++ b/Source/Core/Common/CMakeLists.txt
@@ -185,7 +185,6 @@ PUBLIC
PRIVATE
CURL::libcurl
FatFs
- Iconv::Iconv
spng::spng
watcher
${VTUNE_LIBRARIES}
@@ -343,6 +342,8 @@ endif()
if(WIN32)
target_sources(common PRIVATE HRWrap.h HRWrap.cpp)
+else()
+ target_link_libraries(common PRIVATE Iconv::Iconv)
endif()
if(USE_UPNP)