projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fda072d
)
Default LIBCXXABI_LIBDIR_SUFFIX to LLVM_LIBDIR_SUFFIX
author
Eric Fiselier
<eric@efcs.ca>
Tue, 16 Aug 2016 03:44:55 +0000
(
03:44
+0000)
committer
Eric Fiselier
<eric@efcs.ca>
Tue, 16 Aug 2016 03:44:55 +0000
(
03:44
+0000)
llvm-svn: 278773
libcxxabi/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/libcxxabi/CMakeLists.txt
b/libcxxabi/CMakeLists.txt
index
e6856c7
..
96cbe46
100644
(file)
--- a/
libcxxabi/CMakeLists.txt
+++ b/
libcxxabi/CMakeLists.txt
@@
-93,7
+93,7
@@
if (CMAKE_SOURCE_DIR STREQUAL CMAKE_CURRENT_SOURCE_DIR)
set(LLVM_INCLUDE_TESTS OFF)
endif()
- set(LIBCXXABI_LIBDIR_SUFFIX "" CACHE STRING
+ set(LIBCXXABI_LIBDIR_SUFFIX "
${LLVM_LIBDIR_SUFFIX}
" CACHE STRING
"Define suffix of library directory name (32/64)")
set(LIBCXXABI_BUILT_STANDALONE 1)