summaryrefslogtreecommitdiff
path: root/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
commit75fa911871321619ed953e11cb8c60002a4bb2dc (patch)
treea0b179486cb622415063a66fca604d3ce4da2e97 /cmake
parent4072e8fd76febee37f60aeda76d6d9f5e3791daa (diff)
[libcxxabi] iconv is not needed for mingw-w64
git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@304026 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'cmake')
-rw-r--r--cmake/config-ix.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/config-ix.cmake b/cmake/config-ix.cmake
index 5541ed4..6d1c870 100644
--- a/cmake/config-ix.cmake
+++ b/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()