mirror of https://github.com/BOINC/boinc.git
Mac scr: add change I omitted from my commit 8ce413f: build 32-bit and 64-bit fat binary for compatibility with OS 10.6 and OS 10.7. This requires building with Xcode 5 or earlier, because Xcode 6 forces converting to ARC, which does not support 32-bit binaries.
This commit is contained in:
parent
7f5cd362db
commit
2c87e5b598
|
@ -3862,7 +3862,7 @@
|
||||||
DD9843DD09920F220090855B /* Deployment */ = {
|
DD9843DD09920F220090855B /* Deployment */ = {
|
||||||
isa = XCBuildConfiguration;
|
isa = XCBuildConfiguration;
|
||||||
buildSettings = {
|
buildSettings = {
|
||||||
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
|
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||||
CLANG_ENABLE_OBJC_ARC = NO;
|
CLANG_ENABLE_OBJC_ARC = NO;
|
||||||
GCC_ENABLE_OBJC_GC = supported;
|
GCC_ENABLE_OBJC_GC = supported;
|
||||||
HEADER_SEARCH_PATHS = "";
|
HEADER_SEARCH_PATHS = "";
|
||||||
|
@ -4034,7 +4034,7 @@
|
||||||
DD9E2362091CBDAE0048316E /* Development */ = {
|
DD9E2362091CBDAE0048316E /* Development */ = {
|
||||||
isa = XCBuildConfiguration;
|
isa = XCBuildConfiguration;
|
||||||
buildSettings = {
|
buildSettings = {
|
||||||
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
|
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
||||||
CLANG_ENABLE_OBJC_ARC = NO;
|
CLANG_ENABLE_OBJC_ARC = NO;
|
||||||
GCC_ENABLE_OBJC_GC = supported;
|
GCC_ENABLE_OBJC_GC = supported;
|
||||||
HEADER_SEARCH_PATHS = "";
|
HEADER_SEARCH_PATHS = "";
|
||||||
|
|
Loading…
Reference in New Issue