Skip to content

Commit 023566a

Browse files
authored
[libc] Add missing full build dependency for mbstate. (llvm#150030)
1 parent 6e723d2 commit 023566a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

libc/hdr/types/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ add_proxy_header_library(
2626
mbstate_t.h
2727
DEPENDS
2828
libc.include.llvm-libc-types.mbstate_t
29+
FULL_BUILD_DEPENDS
30+
libc.include.uchar
2931
)
3032

3133
add_proxy_header_library(

0 commit comments

Comments
 (0)