[libc-commits] [libc] [libc] Specify path for making include/ subdirs (PR #66589)

Siva Chandra via libc-commits libc-commits at lists.llvm.org
Mon Sep 18 20:45:42 PDT 2023


================
@@ -78,7 +78,7 @@ add_gen_header(
 )
 
 # TODO: This should be conditional on POSIX networking being included.
-file(MAKE_DIRECTORY "arpa")
+file(MAKE_DIRECTORY ${LIBC_INCLUDE_DIR}/arpa)
----------------
sivachandra wrote:

You are correct. ${LIBC_INCLUDE_PATH} is the correct path.

https://github.com/llvm/llvm-project/pull/66589


More information about the libc-commits mailing list