mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-02-19 00:39:38 +00:00
Replaced glibc version of elf.h with musl version of elf.h.
Updated dump_syms xcode project and ran tests. BUG= R=vapier@chromium.org Review URL: https://codereview.chromium.org/1973113002 .
This commit is contained in:
@@ -1238,7 +1238,7 @@
|
||||
HEADER_SEARCH_PATHS = (
|
||||
../../..,
|
||||
../../../common/mac/include/,
|
||||
../../../third_party/glibc/elf/,
|
||||
../../../third_party/musl/include/,
|
||||
);
|
||||
};
|
||||
name = Debug;
|
||||
@@ -1250,7 +1250,7 @@
|
||||
HEADER_SEARCH_PATHS = (
|
||||
../../..,
|
||||
../../../common/mac/include/,
|
||||
../../../third_party/glibc/elf/,
|
||||
../../../third_party/musl/include/,
|
||||
);
|
||||
};
|
||||
name = Release;
|
||||
|
||||
Reference in New Issue
Block a user