Skip to content

Commit 89b3758

Browse files
[𝘀𝗽𝗿] changes to main this commit is based on
Created using spr 1.3.7 [skip ci]
1 parent 7be3cac commit 89b3758

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

runtimes/cmake/Modules/HandleLibC.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ elseif (RUNTIMES_USE_LIBC STREQUAL "llvm-libc")
3030
check_cxx_compiler_flag(-nostdlibinc CXX_SUPPORTS_NOSTDLIBINC_FLAG)
3131
if(CXX_SUPPORTS_NOSTDLIBINC_FLAG)
3232
target_compile_options(runtimes-libc-headers INTERFACE "-nostdlibinc")
33+
target_compile_options(runtimes-libc-headers INTERFACE "-idirafter${LIBC_KERNEL_HEADERS}")
3334
endif()
3435

3536
add_library(runtimes-libc-static INTERFACE)

0 commit comments

Comments
 (0)