mirror of
https://github.com/yuzu-emu/breakpad.git
synced 2024-12-01 00:04:16 +01: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
@ -1617,7 +1617,9 @@
|
|||||||
isa = XCBuildConfiguration;
|
isa = XCBuildConfiguration;
|
||||||
buildSettings = {
|
buildSettings = {
|
||||||
GCC_PREPROCESSOR_DEFINITIONS = HAVE_MACH_O_NLIST_H;
|
GCC_PREPROCESSOR_DEFINITIONS = HAVE_MACH_O_NLIST_H;
|
||||||
|
GCC_VERSION = "";
|
||||||
PRODUCT_NAME = dump_syms;
|
PRODUCT_NAME = dump_syms;
|
||||||
|
SDKROOT = macosx;
|
||||||
};
|
};
|
||||||
name = Debug;
|
name = Debug;
|
||||||
};
|
};
|
||||||
@ -1625,7 +1627,9 @@
|
|||||||
isa = XCBuildConfiguration;
|
isa = XCBuildConfiguration;
|
||||||
buildSettings = {
|
buildSettings = {
|
||||||
GCC_PREPROCESSOR_DEFINITIONS = HAVE_MACH_O_NLIST_H;
|
GCC_PREPROCESSOR_DEFINITIONS = HAVE_MACH_O_NLIST_H;
|
||||||
|
GCC_VERSION = "";
|
||||||
PRODUCT_NAME = dump_syms;
|
PRODUCT_NAME = dump_syms;
|
||||||
|
SDKROOT = macosx;
|
||||||
};
|
};
|
||||||
name = Release;
|
name = Release;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user