summaryrefslogtreecommitdiff
path: root/ACE/include/makeinclude/platform_macosx_iOS.GNU
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/include/makeinclude/platform_macosx_iOS.GNU')
-rw-r--r--ACE/include/makeinclude/platform_macosx_iOS.GNU10
1 files changed, 5 insertions, 5 deletions
diff --git a/ACE/include/makeinclude/platform_macosx_iOS.GNU b/ACE/include/makeinclude/platform_macosx_iOS.GNU
index 738dedfdc60..015b986690f 100644
--- a/ACE/include/makeinclude/platform_macosx_iOS.GNU
+++ b/ACE/include/makeinclude/platform_macosx_iOS.GNU
@@ -7,11 +7,11 @@ include $(ACE_ROOT)/include/makeinclude/platform_macosx_common.GNU
ifneq (,$(XCODE_ROOT))
XCODE:=$(XCODE_ROOT)
else
- XCODE:=/Applications/Xcode.app
+ XCODE:=/Developer
endif
ifeq ($(IPHONE_TARGET), SIMULATOR)
- IPHONE_PLATFORM:=$(XCODE)/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer
+ IPHONE_PLATFORM:=$(XCODE)/Platforms/iPhoneSimulator.platform/Developer
IPHONE_SDK:=$(IPHONE_PLATFORM)/SDKs/iPhoneSimulator${IPHONE_VERSION}.sdk
IPHONE_HARDWARE_ARCHITECTURE=i386
@@ -24,7 +24,7 @@ endif
ifeq ($(IPHONE_TARGET), HARDWARE)
CROSS-COMPILE=1
- IPHONE_PLATFORM:=$(XCODE)/Contents/Developer/Platforms/iPhoneOS.platform/Developer
+ IPHONE_PLATFORM:=$(XCODE)/Platforms/iPhoneOS.platform/Developer
IPHONE_SDK:=$(IPHONE_PLATFORM)/SDKs/iPhoneOS${IPHONE_VERSION}.sdk
IPHONE_HARDWARE_ARCHITECTURE=armv7
ifeq ($(iphone_codesign),1)
@@ -34,8 +34,8 @@ endif
rwho = 0
endif
-CC:=$(XCODE)/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
-CXX:=$(XCODE)/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++
+CC:=$(IPHONE_PLATFORM)/usr/bin/clang
+CXX:=$(IPHONE_PLATFORM)/usr/bin/clang++
AR:=$(IPHONE_PLATFORM)/usr/bin/ar
RANLIB:=$(IPHONE_PLATFORM)/usr/bin/ranlib
DLD = $(CXX)