Use proper output directory when naminging the libc++ output
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@251100 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
601d2c1165
commit
e6d05b65b2
@ -164,7 +164,7 @@ if (LIBCXX_INSTALL_LIBRARY)
|
|||||||
if (LIBCXX_ENABLE_ABI_LINKER_SCRIPT)
|
if (LIBCXX_ENABLE_ABI_LINKER_SCRIPT)
|
||||||
# Replace the libc++ filename with $<TARGET_LINKER_FILE:cxx>
|
# Replace the libc++ filename with $<TARGET_LINKER_FILE:cxx>
|
||||||
# after we required CMake 3.0.
|
# after we required CMake 3.0.
|
||||||
install(FILES "${CMAKE_CURRENT_BINARY_DIR}/libc++${CMAKE_SHARED_LIBRARY_SUFFIX}"
|
install(FILES "${LIBCXX_LIBRARY_DIR}/libc++${CMAKE_SHARED_LIBRARY_SUFFIX}"
|
||||||
DESTINATION lib${LIBCXX_LIBDIR_SUFFIX}
|
DESTINATION lib${LIBCXX_LIBDIR_SUFFIX}
|
||||||
COMPONENT libcxx)
|
COMPONENT libcxx)
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user