mirror of
https://github.com/intel/llvm.git
synced 2026-01-17 06:40:01 +08:00
Use proper output directory when naminging the libc++ output
llvm-svn: 251100
This commit is contained in:
@@ -164,7 +164,7 @@ if (LIBCXX_INSTALL_LIBRARY)
|
||||
if (LIBCXX_ENABLE_ABI_LINKER_SCRIPT)
|
||||
# Replace the libc++ filename with $<TARGET_LINKER_FILE:cxx>
|
||||
# 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}
|
||||
COMPONENT libcxx)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user