mirror of
https://github.com/llvm-mirror/libcxx.git
synced 2025-10-21 23:30:38 +08:00
Correct typo: LIBCXXABI_BUILTINS_LIBRARY -> LIBCXX_BUILTINS_LIBRARY
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@303929 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -42,7 +42,7 @@ if (LIBCXX_SUPPORTS_NODEFAULTLIBS_FLAG)
|
|||||||
# Mingw64 requires quite a few "C" runtime libraries in order for basic
|
# Mingw64 requires quite a few "C" runtime libraries in order for basic
|
||||||
# programs to link successfully with -nodefaultlibs.
|
# programs to link successfully with -nodefaultlibs.
|
||||||
if (LIBCXX_USE_COMPILER_RT)
|
if (LIBCXX_USE_COMPILER_RT)
|
||||||
set(MINGW_RUNTIME ${LIBCXXABI_BUILTINS_LIBRARY})
|
set(MINGW_RUNTIME ${LIBCXX_BUILTINS_LIBRARY})
|
||||||
else ()
|
else ()
|
||||||
set(MINGW_RUNTIME gcc_s gcc)
|
set(MINGW_RUNTIME gcc_s gcc)
|
||||||
endif()
|
endif()
|
||||||
|
Reference in New Issue
Block a user