From afc0ff9c91ec161fb519bede8957311ef0fc3b7d Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Fri, 2 Dec 2011 20:44:00 +0000 Subject: Remove PowerPC files from the Xcode build process. Explicitly state valid architectures to only i386 and x86_64 for Mac OS X. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@72818 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/plugins/DFSound/PeopsSPU.xcodeproj/project.pbxproj | 2 ++ 1 file changed, 2 insertions(+) (limited to 'macosx/plugins/DFSound') diff --git a/macosx/plugins/DFSound/PeopsSPU.xcodeproj/project.pbxproj b/macosx/plugins/DFSound/PeopsSPU.xcodeproj/project.pbxproj index 1413c89d..ea08ea11 100644 --- a/macosx/plugins/DFSound/PeopsSPU.xcodeproj/project.pbxproj +++ b/macosx/plugins/DFSound/PeopsSPU.xcodeproj/project.pbxproj @@ -673,6 +673,7 @@ ONLY_ACTIVE_ARCH = YES; SDKROOT = macosx10.6; SYMROOT = ../../build; + VALID_ARCHS = "i386 x86_64"; }; name = Debug; }; @@ -684,6 +685,7 @@ MACOSX_DEPLOYMENT_TARGET = 10.6; SDKROOT = macosx10.6; SYMROOT = ../../build; + VALID_ARCHS = "i386 x86_64"; }; name = Release; }; -- cgit v1.2.3