diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-12-02 20:44:00 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2011-12-02 20:44:00 +0000 |
| commit | afc0ff9c91ec161fb519bede8957311ef0fc3b7d (patch) | |
| tree | af3657d63cc533ff33b26efc811b1ba2382974dd /macosx/plugins/DFInput/DFInput.xcodeproj | |
| parent | dbfae13533117e20add5765cee4e0b822ca6d907 (diff) | |
| download | pcsxr-afc0ff9c91ec161fb519bede8957311ef0fc3b7d.tar.gz | |
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
Diffstat (limited to 'macosx/plugins/DFInput/DFInput.xcodeproj')
| -rw-r--r-- | macosx/plugins/DFInput/DFInput.xcodeproj/project.pbxproj | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/macosx/plugins/DFInput/DFInput.xcodeproj/project.pbxproj b/macosx/plugins/DFInput/DFInput.xcodeproj/project.pbxproj index 30f457e7..677e6b41 100644 --- a/macosx/plugins/DFInput/DFInput.xcodeproj/project.pbxproj +++ b/macosx/plugins/DFInput/DFInput.xcodeproj/project.pbxproj @@ -598,6 +598,7 @@ SDKROOT = macosx10.6; STRIP_INSTALLED_PRODUCT = NO; SYMROOT = ../../build; + VALID_ARCHS = "i386 x86_64"; }; name = Debug; }; @@ -620,6 +621,7 @@ OTHER_CFLAGS = ""; SDKROOT = macosx10.6; SYMROOT = ../../build; + VALID_ARCHS = "i386 x86_64"; }; name = Release; }; |
