Skip to content

Commit 5e3e1e0

Browse files
authored
Mimic musl's upstream include path when building musl. NFC (#20944)
This is not fixing any known bug but does help with an internal issue we had at google when converting these libraries to bazel rules.
1 parent 2f102be commit 5e3e1e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/system_libs.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -876,6 +876,7 @@ class MuslInternalLibrary(Library):
876876
includes = [
877877
'system/lib/libc/musl/src/internal',
878878
'system/lib/libc/musl/src/include',
879+
'system/lib/libc/musl/include',
879880
'system/lib/libc',
880881
'system/lib/pthread',
881882
]

0 commit comments

Comments
 (0)