aboutsummaryrefslogtreecommitdiff
path: root/src/client/mac/handler/minidump_test.xcodeproj/project.pbxproj
diff options
context:
space:
mode:
authornealsid <nealsid@4c0a9323-5329-0410-9bdc-e9ce6186880e>2008-05-08 23:15:00 +0000
committernealsid <nealsid@4c0a9323-5329-0410-9bdc-e9ce6186880e>2008-05-08 23:15:00 +0000
commitd318f9efee0a28d646768388de648b85632bdd2e (patch)
treead8cb5124d5f85d8f87bbebe49f17b91c394f68f /src/client/mac/handler/minidump_test.xcodeproj/project.pbxproj
parentReplace the user of wcscpy_s with safe_wcscpy in common/windows/string_utils-... (diff)
downloadbreakpad-d318f9efee0a28d646768388de648b85632bdd2e.tar.xz
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
Diffstat (limited to 'src/client/mac/handler/minidump_test.xcodeproj/project.pbxproj')
-rw-r--r--src/client/mac/handler/minidump_test.xcodeproj/project.pbxproj5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/client/mac/handler/minidump_test.xcodeproj/project.pbxproj b/src/client/mac/handler/minidump_test.xcodeproj/project.pbxproj
index f855b4ff..6b6f37cf 100644
--- a/src/client/mac/handler/minidump_test.xcodeproj/project.pbxproj
+++ b/src/client/mac/handler/minidump_test.xcodeproj/project.pbxproj
@@ -704,10 +704,7 @@
F9AE5B370DBFDBA300505983 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
- ARCHS = (
- "$(NATIVE_ARCH)",
- ppc,
- );
+ ARCHS = "$(NATIVE_ARCH)";
COPY_PHASE_STRIP = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
FRAMEWORK_SEARCH_PATHS = "$(DEVELOPER_LIBRARY_DIR)/Frameworks";