summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorJMC47 <JMC4789@gmail.com>2025-10-17 18:45:48 -0400
committerGitHub <noreply@github.com>2025-10-17 18:45:48 -0400
commit2e490cefa09310dd2be5eac8d3097d4743bbc6b0 (patch)
tree231e65398941706a1c869f20d0d835be77050371 /Source
parent49043a3d885a0879993e0e688d3137cdeb42385a (diff)
parenta8b40a218c659eca91572a3b9a0d5c38bf87301a (diff)
Merge pull request #13978 from JoshuaVandaele/libiconv-1.18
Externals: Update libiconv to 1.18
Diffstat (limited to 'Source')
-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)