summaryrefslogtreecommitdiff
path: root/cmake/modules/AddPartiallyLinkedObject.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/modules/AddPartiallyLinkedObject.cmake')
-rwxr-xr-xcmake/modules/AddPartiallyLinkedObject.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/modules/AddPartiallyLinkedObject.cmake b/cmake/modules/AddPartiallyLinkedObject.cmake
index d20666dd79fb..0f92455eacda 100755
--- a/cmake/modules/AddPartiallyLinkedObject.cmake
+++ b/cmake/modules/AddPartiallyLinkedObject.cmake
@@ -38,5 +38,5 @@ macro(add_partially_linked_object lib)
set( llvm_lib_targets ${llvm_lib_targets} ${tnplo} PARENT_SCOPE )
endif( )
install(FILES ${pll}
- DESTINATION lib)
+ DESTINATION lib${LLVM_LIBDIR_SUFFIX})
endmacro(add_partially_linked_object lib)