mirror of
https://github.com/intel/llvm.git
synced 2026-01-13 11:02:04 +08:00
[libc] Add missing dependencies for arpa/inet.h header. (#168951)
Add dependency on headers with `in_addr` and `in_addr_t` type definitions to ensure that these headers will be properly installed by "install-libc" CMake target.
This commit is contained in:
@@ -200,6 +200,8 @@ add_header_macro(
|
||||
DEPENDS
|
||||
.llvm_libc_common_h
|
||||
.inttypes
|
||||
.llvm-libc-types.in_addr
|
||||
.llvm-libc-types.in_addr_t
|
||||
)
|
||||
|
||||
file(MAKE_DIRECTORY ${LIBC_INCLUDE_DIR}/netinet)
|
||||
|
||||
Reference in New Issue
Block a user