Skip to content

Commit

Permalink
[libc][Obvious] Add a missing dep and fix an incorrect dep.
Browse files Browse the repository at this point in the history
  • Loading branch information
Siva Chandra Reddy committed Mar 31, 2023
1 parent 4bbbae6 commit 4e86c09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions libc/src/__support/CMakeLists.txt
Expand Up @@ -121,6 +121,7 @@ add_header_library(
.uint128
libc.src.__support.CPP.optional
libc.src.__support.CPP.limits
libc.src.__support.FPUtil.fenv_impl
libc.src.__support.FPUtil.fp_bits
libc.src.__support.builtin_wrappers
libc.src.__support.common
Expand Down
2 changes: 1 addition & 1 deletion libc/src/pthread/CMakeLists.txt
Expand Up @@ -299,7 +299,7 @@ add_entrypoint_object(
HDRS
pthread_exit.h
DEPENDS
libc.include.threads
libc.include.pthread
libc.src.__support.threads.thread
)

Expand Down

0 comments on commit 4e86c09

Please sign in to comment.