We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dc0370 commit 5a4bbafCopy full SHA for 5a4bbaf
libc/src/stdio/baremetal/CMakeLists.txt
@@ -4,4 +4,6 @@ add_entrypoint_object(
4
remove.cpp
5
HDRS
6
../remove.h
7
+ DEPENDS
8
+ libc.include.stdio
9
)
libc/src/stdio/linux/CMakeLists.txt
@@ -6,6 +6,7 @@ add_entrypoint_object(
DEPENDS
libc.include.fcntl
10
libc.include.unistd
11
libc.include.sys_syscall
12
libc.src.__support.OSUtil.osutil
0 commit comments