mirror of
https://github.com/yuzu-emu/breakpad
synced 2024-11-23 17:03:47 +00:00
Make dump_syms buildable under newer versions of Xcode.
R=mark@chromium.org BUG= Review URL: https://codereview.chromium.org/1438483002 .
This commit is contained in:
parent
aa5ff205cb
commit
beee5c2e71
1 changed files with 4 additions and 0 deletions
|
@ -1617,7 +1617,9 @@
|
|||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
GCC_PREPROCESSOR_DEFINITIONS = HAVE_MACH_O_NLIST_H;
|
||||
GCC_VERSION = "";
|
||||
PRODUCT_NAME = dump_syms;
|
||||
SDKROOT = macosx;
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
|
@ -1625,7 +1627,9 @@
|
|||
isa = XCBuildConfiguration;
|
||||
buildSettings = {
|
||||
GCC_PREPROCESSOR_DEFINITIONS = HAVE_MACH_O_NLIST_H;
|
||||
GCC_VERSION = "";
|
||||
PRODUCT_NAME = dump_syms;
|
||||
SDKROOT = macosx;
|
||||
};
|
||||
name = Release;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue