diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-07-11 02:36:29 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-07-11 02:36:29 +0000 |
| commit | 6d2da330ce6a8822d69295f2cb470494a68f6dcf (patch) | |
| tree | 5fbf9083800de36fc11f2229a06fc00977ab6894 /macosx/Pcsxr.xcodeproj | |
| parent | 04f58e9cbc7396f7a5c9b1de2a9a4640540f7818 (diff) | |
| download | pcsxr-6d2da330ce6a8822d69295f2cb470494a68f6dcf.tar.gz | |
Don't build the mini-SDL library with ARC.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@85966 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/Pcsxr.xcodeproj')
| -rw-r--r-- | macosx/Pcsxr.xcodeproj/project.pbxproj | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/macosx/Pcsxr.xcodeproj/project.pbxproj b/macosx/Pcsxr.xcodeproj/project.pbxproj index 0261749a..dab34101 100644 --- a/macosx/Pcsxr.xcodeproj/project.pbxproj +++ b/macosx/Pcsxr.xcodeproj/project.pbxproj @@ -2998,6 +2998,7 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; + "CLANG_ENABLE_OBJC_ARC[arch=x86_64]" = NO; CLANG_WARN_EMPTY_BODY = YES; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; @@ -3015,6 +3016,7 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; + "CLANG_ENABLE_OBJC_ARC[arch=x86_64]" = NO; CLANG_WARN_EMPTY_BODY = YES; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; @@ -3224,6 +3226,7 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; + "CLANG_ENABLE_OBJC_ARC[arch=x86_64]" = NO; CLANG_WARN_EMPTY_BODY = YES; DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; |
