Skip to content

Commit

Permalink
Remove transitive includes in libcpp
Browse files Browse the repository at this point in the history
  • Loading branch information
knopp committed Dec 16, 2022
1 parent b2ab6e1 commit 8ed59b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/secondary/third_party/libcxx/config/__config_site
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@
/* #undef _LIBCPP_HAS_NO_RANDOM_DEVICE */
/* #undef _LIBCPP_HAS_NO_LOCALIZATION */

#define _LIBCPP_REMOVE_TRANSITIVE_INCLUDES

// This is a workaround for BoringSSL, which is compiled in C11 mode
// and includes stdatomic.h. Defining this macro will cause stdatomic.h
// to redirect to the next version of that header in the include path.
Expand Down

0 comments on commit 8ed59b4

Please sign in to comment.