mirror of
https://github.com/yuzu-emu/breakpad.git
synced 2025-07-05 20:00:39 +00:00
Fix to stop unit tests from being compiled & run for non-native architectures
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@272 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
parent
7ab126ecdd
commit
d318f9efee
|
@ -704,10 +704,7 @@
|
||||||
F9AE5B370DBFDBA300505983 /* Release */ = {
|
F9AE5B370DBFDBA300505983 /* Release */ = {
|
||||||
isa = XCBuildConfiguration;
|
isa = XCBuildConfiguration;
|
||||||
buildSettings = {
|
buildSettings = {
|
||||||
ARCHS = (
|
ARCHS = "$(NATIVE_ARCH)";
|
||||||
"$(NATIVE_ARCH)",
|
|
||||||
ppc,
|
|
||||||
);
|
|
||||||
COPY_PHASE_STRIP = YES;
|
COPY_PHASE_STRIP = YES;
|
||||||
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
||||||
FRAMEWORK_SEARCH_PATHS = "$(DEVELOPER_LIBRARY_DIR)/Frameworks";
|
FRAMEWORK_SEARCH_PATHS = "$(DEVELOPER_LIBRARY_DIR)/Frameworks";
|
||||||
|
|
Loading…
Reference in a new issue