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:
Boris Vidolov 2015-11-10 13:23:38 -08:00
parent aa5ff205cb
commit beee5c2e71

View file

@ -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;
};