Skip to content

Commit

Permalink
Revert "[libc] newheadergen: cmakelist file changes (#99404)"
Browse files Browse the repository at this point in the history
This reverts commit ad023a8.
  • Loading branch information
aaryanshukla authored Jul 18, 2024
1 parent d5fe735 commit aff9c62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libc/include/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ file(MAKE_DIRECTORY ${LIBC_INCLUDE_DIR}/arpa)

add_header_macro(
arpa_inet
../libc/newhdrgen/yaml/arpa/arpa_inet.yaml
../libc/newhdrgen/yaml/arpa_inet.yaml
arpa/inet.h.def
arpa/inet.h
DEPENDS
Expand Down Expand Up @@ -703,7 +703,7 @@ if(LIBC_TARGET_OS_IS_GPU)

add_header_macro(
gpu_rpc
../libc/newhdrgen/yaml/gpu/gpu_rpc.yaml
../libc/newhdrgen/yaml/rpc.yaml
gpu/rpc.h.def
gpu/rpc.h
DEPENDS
Expand Down

0 comments on commit aff9c62

Please sign in to comment.