aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOscar Fuentes <ofv@wanadoo.es>2009-06-12 02:54:12 +0000
committerOscar Fuentes <ofv@wanadoo.es>2009-06-12 02:54:12 +0000
commit755f3dff8ac898d547e4337e22ce36cb61c48422 (patch)
tree29d0c219e040cd8d9ef87bd3b9c2489ed12dfaff
parent36674d2978eb53962218ac67bb4d352cc287ea05 (diff)
CMake: New variable LLVM_LIBDIR_SUFFIX.
Patch by Ingmar Vanhassel! git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@73217 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 45f3d0c56b..2f63051a0d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -23,7 +23,7 @@ macro(add_clang_library name)
endif(MSVC)
install(TARGETS ${name}
LIBRARY DESTINATION lib
- ARCHIVE DESTINATION lib)
+ ARCHIVE DESTINATION lib${LLVM_LIBDIR_SUFFIX})
endmacro(add_clang_library)
macro(add_clang_executable name)