Skip to content

Commit 535c21f

Browse files
address comments
1 parent 4462cdb commit 535c21f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

libc/src/stdio/scanf_core/CMakeLists.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ if(scanf_config_copts)
99
endif()
1010

1111

12-
list(APPEND file_deps
13-
libc.hdr.types.FILE
14-
)
12+
list(APPEND file_deps libc.hdr.types.FILE)
1513
if(LIBC_TARGET_OS_IS_GPU)
1614
list(APPEND file_deps
1715
libc.src.stdio.getc

0 commit comments

Comments
 (0)