forked from OSchip/llvm-project
Restore 8954fd436c
after c06a8f9caa
Else, just-built clang can't build programs that include libc++ headers on macOS if you build via the 'all' target.
This commit is contained in:
parent
2dfa2c0ea0
commit
d3b74dc1e4
|
@ -204,7 +204,7 @@ foreach(f ${files})
|
|||
list(APPEND _all_includes "${dst}")
|
||||
endforeach()
|
||||
|
||||
add_custom_target(generate-cxx-headers DEPENDS ${_all_includes})
|
||||
add_custom_target(generate-cxx-headers ALL DEPENDS ${_all_includes})
|
||||
|
||||
add_library(cxx-headers INTERFACE)
|
||||
add_dependencies(cxx-headers generate-cxx-headers ${LIBCXX_CXX_ABI_HEADER_TARGET})
|
||||
|
|
Loading…
Reference in New Issue