diff options
author | nealsid <nealsid@4c0a9323-5329-0410-9bdc-e9ce6186880e> | 2008-05-08 23:15:00 +0000 |
---|---|---|
committer | nealsid <nealsid@4c0a9323-5329-0410-9bdc-e9ce6186880e> | 2008-05-08 23:15:00 +0000 |
commit | d318f9efee0a28d646768388de648b85632bdd2e (patch) | |
tree | ad8cb5124d5f85d8f87bbebe49f17b91c394f68f /src/client/mac/handler | |
parent | Replace the user of wcscpy_s with safe_wcscpy in common/windows/string_utils-... (diff) | |
download | breakpad-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')
-rw-r--r-- | src/client/mac/handler/minidump_test.xcodeproj/project.pbxproj | 5 |
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"; |