Skip to content

Commit

Permalink
Mimic musl's upstream include path when building musl. NFC (emscripte…
Browse files Browse the repository at this point in the history
…n-core#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.
  • Loading branch information
sbc100 authored Jan 3, 2024
1 parent 2f102be commit 5e3e1e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/system_libs.py
Original file line number Diff line number Diff line change
Expand Up @@ -876,6 +876,7 @@ class MuslInternalLibrary(Library):
includes = [
'system/lib/libc/musl/src/internal',
'system/lib/libc/musl/src/include',
'system/lib/libc/musl/include',
'system/lib/libc',
'system/lib/pthread',
]
Expand Down

0 comments on commit 5e3e1e0

Please sign in to comment.