http://llvm.org/bugs/show_bug.cgi?id=9349 I introduced a bug with the last fix and Ryuta Suzuki has corrected it. And hopefully I committed Ryuta Suzuki's directions correctly this time.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@126917 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
542b0f0cf5
commit
8dcad976e0
@ -52,5 +52,6 @@ install(TARGETS cxx
|
|||||||
install(DIRECTORY ../include/
|
install(DIRECTORY ../include/
|
||||||
DESTINATION include/c++/v1
|
DESTINATION include/c++/v1
|
||||||
FILES_MATCHING
|
FILES_MATCHING
|
||||||
|
PATTERN "*"
|
||||||
PATTERN ".svn" EXCLUDE
|
PATTERN ".svn" EXCLUDE
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user