mirror of
https://github.com/yuzu-emu/breakpad.git
synced 2025-07-20 09:08:17 +00:00
use another elf.h inside the package for common/dwarf/elf_reader
We tried to use common/android/include/elf.h, however it contains '#include-next elf.h' so it still breaks MAC build. So we use third_party/musl/include/elf.h instead. BUG=none TEST=make; make test passes. There is no '#include-next elf.h' in the new elf.h R=michaelbai@chromium.org Review URL: https://codereview.chromium.org/1994633003 .
This commit is contained in:
parent
9eb2c6fe6c
commit
e35167de75
|
@ -43,7 +43,7 @@
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include "zlib.h"
|
#include "zlib.h"
|
||||||
|
|
||||||
#include "common/android/include/elf.h"
|
#include "third_party/musl/include/elf.h"
|
||||||
#include "elf_reader.h"
|
#include "elf_reader.h"
|
||||||
//#include "using_std_string.h"
|
//#include "using_std_string.h"
|
||||||
// EM_AARCH64 is not defined by elf.h of GRTE v3 on x86.
|
// EM_AARCH64 is not defined by elf.h of GRTE v3 on x86.
|
||||||
|
|
Loading…
Reference in a new issue