mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-01-10 00:18:27 +01: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:
parent
3d225e288c
commit
a84d4fc426
13 changed files with 3032 additions and 4477 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue