Skip to content

Commit 6a55826

Browse files
author
Sriya Pratipati
committed
fixed typo in cmake
1 parent 6595702 commit 6a55826

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

libc/src/__support/wchar/CMakeLists.txt

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,14 @@ add_object_library(
5959
SRCS
6060
mbrtowc.cpp
6161
DEPENDS
62-
libc.hdr.errno_macros
63-
libc.hdr.types.wchar_t
64-
libc.hdr.types.size_t
65-
libc.src.__support.common
66-
libc.src.__support.error_or
67-
libc.src.__support.macros.config
68-
.character_converter
69-
.mbstate
62+
libc.hdr.errno_macros
63+
libc.hdr.types.wchar_t
64+
libc.hdr.types.size_t
65+
libc.src.__support.common
66+
libc.src.__support.error_or
67+
libc.src.__support.macros.config
68+
.character_converter
69+
.mbstate
7070
)
7171

7272
add_header_library(
@@ -80,7 +80,7 @@ add_header_library(
8080
libc.src.__support.common
8181
libc.src.__support.error_or
8282
libc.src.__support.macros.config
83-
libc.src.__support.nacros.null_check
83+
libc.src.__support.macros.null_check
8484
.character_converter
8585
.mbstate
8686
.string_converter

0 commit comments

Comments
 (0)