aboutsummaryrefslogtreecommitdiff
path: root/tools/EventClients
diff options
context:
space:
mode:
authorMemphiz <memphis@machzwo.de>2015-07-22 22:55:48 +0200
committerMemphiz <memphis@machzwo.de>2015-07-22 22:56:22 +0200
commit0e319ddf92e6495c67627478463cf78b11e8bc1f (patch)
tree6627430b077072cd156f405abefbf433081c5be7 /tools/EventClients
parent563fc2e6282d7823e76ac6fc83cb1e8b876153fe (diff)
[osx/XBMCHelper] - compile XBMCHelper as 64bit
Diffstat (limited to 'tools/EventClients')
-rw-r--r--tools/EventClients/Clients/OSXRemote/XBMCHelper.xcodeproj/project.pbxproj6
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/EventClients/Clients/OSXRemote/XBMCHelper.xcodeproj/project.pbxproj b/tools/EventClients/Clients/OSXRemote/XBMCHelper.xcodeproj/project.pbxproj
index f64ca9293c..a918023ca1 100644
--- a/tools/EventClients/Clients/OSXRemote/XBMCHelper.xcodeproj/project.pbxproj
+++ b/tools/EventClients/Clients/OSXRemote/XBMCHelper.xcodeproj/project.pbxproj
@@ -188,6 +188,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
+ ARCHS = "$(ARCHS_STANDARD_64_BIT)";
CONFIGURATION_BUILD_DIR = ../../../darwin/runtime;
COPY_PHASE_STRIP = NO;
GCC_DYNAMIC_NO_PIC = NO;
@@ -202,7 +203,7 @@
PRODUCT_NAME = XBMCHelper;
SDKROOT = macosx;
STRIP_STYLE = debugging;
- VALID_ARCHS = i386;
+ VALID_ARCHS = x86_64;
};
name = Debug;
};
@@ -210,6 +211,7 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
+ ARCHS = "$(ARCHS_STANDARD_64_BIT)";
CONFIGURATION_BUILD_DIR = ../../../darwin/runtime;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
GCC_MODEL_TUNING = G5;
@@ -220,7 +222,7 @@
PRODUCT_NAME = XBMCHelper;
SDKROOT = macosx;
STRIP_STYLE = debugging;
- VALID_ARCHS = i386;
+ VALID_ARCHS = x86_64;
};
name = Release;
};