diff options
| author | Petr Hosek <phosek@chromium.org> | 2017-08-08 00:37:59 +0000 |
|---|---|---|
| committer | Petr Hosek <phosek@chromium.org> | 2017-08-08 00:37:59 +0000 |
| commit | 7ec1a56baf4d2f30abf525a851971f671ec04d93 (patch) | |
| tree | 42a37a738993310789fee9485e1f21e46f11b974 /libunwind/src | |
| parent | e863796dcaec202081c5bd0dd6b8afd946763ab0 (diff) | |
| download | bcm5719-llvm-7ec1a56baf4d2f30abf525a851971f671ec04d93.tar.gz bcm5719-llvm-7ec1a56baf4d2f30abf525a851971f671ec04d93.zip | |
[CMake] Allow overriding lib dir suffix independently from LLVM
This matches the options already supported by libc++ and libc++abi.
Differential Revision: https://reviews.llvm.org/D36383
llvm-svn: 310327
Diffstat (limited to 'libunwind/src')
| -rw-r--r-- | libunwind/src/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libunwind/src/CMakeLists.txt b/libunwind/src/CMakeLists.txt index 97c4f3f4fa1..84ed15c2457 100644 --- a/libunwind/src/CMakeLists.txt +++ b/libunwind/src/CMakeLists.txt @@ -133,6 +133,6 @@ endif() add_custom_target(unwind DEPENDS ${LIBUNWIND_TARGETS}) install(TARGETS ${LIBUNWIND_TARGETS} - LIBRARY DESTINATION ${LIBUNWIND_INSTALL_PREFIX}lib${LLVM_LIBDIR_SUFFIX} - ARCHIVE DESTINATION ${LIBUNWIND_INSTALL_PREFIX}lib${LLVM_LIBDIR_SUFFIX}) + LIBRARY DESTINATION ${LIBUNWIND_INSTALL_PREFIX}lib${LIBUNWIND_LIBDIR_SUFFIX} + ARCHIVE DESTINATION ${LIBUNWIND_INSTALL_PREFIX}lib${LIBUNWIND_LIBDIR_SUFFIX}) |

