SCons: Remove transitive includes in libc++

This commit is contained in:
Thaddeus Crews 2025-10-17 11:57:28 -05:00
parent 235a32ad11
commit ad02128137
No known key found for this signature in database
GPG key ID: 8C6E5FEB5FC03CCC
17 changed files with 114 additions and 2 deletions

View file

@ -90,6 +90,7 @@ Patches:
- `0003-remove-tinydds-qoi.patch` (GH-97582)
- `0004-clang-warning-exclude.patch` (GH-111346)
- `0005-unused-typedef.patch` (GH-111445)
- `0006-explicit-includes.patch` (GH-111557)
## brotli
@ -220,6 +221,7 @@ Patches:
- `0003-emscripten-nthreads.patch` (GH-69799)
- `0004-mingw-no-cpuidex.patch` (GH-92488)
- `0005-mingw-llvm-arm64.patch` (GH-93364)
- `0006-explicit-includes.patch` (GH-111557)
The `modules/raycast/godot_update_embree.py` script can be used to pull the
relevant files from the latest Embree release and apply patches automatically.
@ -707,6 +709,7 @@ Patches:
- `0001-disable-exceptions.patch` (GH-85039)
- `0002-clang-std-replacements-leak.patch` (GH-85208)
- `0003-explicit-includes.patch` (GH-111557)
## minimp3
@ -1046,6 +1049,7 @@ Patches:
- `0001-revert-tvglines-bezier-precision.patch` (GH-96658)
- `0002-use-heap-alloc.patch` (GH-109530)
- `0003-explicit-includes.patch` (GH-111557)
## tinyexr