Skip to content

Commit d9334e7

Browse files
author
Sriya Pratipati
committed
updated cmake file
1 parent 9679d3f commit d9334e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libc/src/wchar/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ add_entrypoint_object(
222222
libc.hdr.wchar_macros
223223
libc.hdr.types.size_t
224224
libc.src.wchar.wchar_utils
225+
libc.src.__support.macros.null_check
225226
)
226227

227228
add_entrypoint_object(
@@ -234,6 +235,7 @@ add_entrypoint_object(
234235
libc.hdr.wchar_macros
235236
libc.hdr.types.size_t
236237
libc.src.wchar.wchar_utils
238+
libc.src.__support.macros.null_check
237239
)
238240

239241
add_entrypoint_object(

0 commit comments

Comments
 (0)