mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 02:33:06 +01:00
[cmake] Fix -stripped for umbrella library install targets
Make the install-llvm-libraries-stripped and install-clang-libraries-stripped targets depend on the individual library stripped install targets, so that they actually install the libraries.
This commit is contained in:
parent
7c86c24d02
commit
fc7368c8ed
@ -1072,6 +1072,7 @@ if (NOT LLVM_INSTALL_TOOLCHAIN_ONLY)
|
||||
add_dependencies(llvm-libraries ${lib})
|
||||
if (NOT LLVM_ENABLE_IDE)
|
||||
add_dependencies(install-llvm-libraries install-${lib})
|
||||
add_dependencies(install-llvm-libraries-stripped install-${lib}-stripped)
|
||||
endif()
|
||||
endforeach()
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user