Skip to content

Commit b34baef

Browse files
committed
fix: add libc.include.llvm-libc-macros.sched_macros for full build mode
Signed-off-by: krishna2803 <[email protected]>
1 parent 88fd93f commit b34baef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libc/hdr/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,8 @@ add_proxy_header_library(
210210
HDRS
211211
sched_macros.h
212212
FULL_BUILD_DEPENDS
213-
libc.include.llvm-libc-macros.sched_macros
213+
libc.include.llvm-libc-macros.sched_macros # for full build mode
214+
libc.include.sched
214215
)
215216

216217
add_subdirectory(types)

0 commit comments

Comments
 (0)