summaryrefslogtreecommitdiff
path: root/libcxxabi/cmake
diff options
context:
space:
mode:
authorMartell Malone <martellmalone@gmail.com>2017-05-26 19:39:39 +0000
committerMartell Malone <martellmalone@gmail.com>2017-05-26 19:39:39 +0000
commit6d0558fa87821d920c2651aed54b7661d80e5df1 (patch)
tree5477cd63406e40af4056aa9e240c139f8474937d /libcxxabi/cmake
parent414f56e3aa2cdaf4cde90219a6e469518bcc31da (diff)
[libcxxabi] iconv is not needed for mingw-w64
Diffstat (limited to 'libcxxabi/cmake')
-rw-r--r--libcxxabi/cmake/config-ix.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxxabi/cmake/config-ix.cmake b/libcxxabi/cmake/config-ix.cmake
index 5541ed41a0f..6d1c8700afc 100644
--- a/libcxxabi/cmake/config-ix.cmake
+++ b/libcxxabi/cmake/config-ix.cmake
@@ -36,7 +36,7 @@ if (LIBCXXABI_HAS_NODEFAULTLIBS_FLAG)
set(MINGW_RUNTIME gcc_s gcc)
endif()
set(MINGW_LIBRARIES mingw32 ${MINGW_RUNTIME} moldname mingwex msvcrt advapi32
- shell32 user32 kernel32 iconv mingw32 ${MINGW_RUNTIME}
+ shell32 user32 kernel32 mingw32 ${MINGW_RUNTIME}
moldname mingwex msvcrt)
list(APPEND CMAKE_REQUIRED_LIBRARIES ${MINGW_LIBRARIES})
endif()