summaryrefslogtreecommitdiff
path: root/ACE/include/makeinclude/platform_macosx_iOS.GNU
diff options
context:
space:
mode:
authorAbdullah Sowayan <sowayan@users.noreply.github.com>2013-03-25 21:05:01 +0000
committerAbdullah Sowayan <sowayan@users.noreply.github.com>2013-03-25 21:05:01 +0000
commitc1fae227fceceb323cc43a7bdcf030b95a4c6ee5 (patch)
treeb5afe3f293c876032102216bcba8ad513dbd782a /ACE/include/makeinclude/platform_macosx_iOS.GNU
parentdbd771d9dcb01d3f52beee8059a7395e5335aab1 (diff)
downloadATCD-c1fae227fceceb323cc43a7bdcf030b95a4c6ee5.tar.gz
Mon Mar 25 21:03:54 UTC 2013 Abdullah Sowayan <sowayan@gmail.com>
Diffstat (limited to 'ACE/include/makeinclude/platform_macosx_iOS.GNU')
-rw-r--r--ACE/include/makeinclude/platform_macosx_iOS.GNU4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/include/makeinclude/platform_macosx_iOS.GNU b/ACE/include/makeinclude/platform_macosx_iOS.GNU
index d9c6825bffc..738dedfdc60 100644
--- a/ACE/include/makeinclude/platform_macosx_iOS.GNU
+++ b/ACE/include/makeinclude/platform_macosx_iOS.GNU
@@ -11,7 +11,7 @@ else
endif
ifeq ($(IPHONE_TARGET), SIMULATOR)
- IPHONE_PLATFORM:=$(XCODE)/Platforms/iPhoneSimulator.platform/Developer
+ IPHONE_PLATFORM:=$(XCODE)/Contents/Developer/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)/Platforms/iPhoneOS.platform/Developer
+ IPHONE_PLATFORM:=$(XCODE)/Contents/Developer/Platforms/iPhoneOS.platform/Developer
IPHONE_SDK:=$(IPHONE_PLATFORM)/SDKs/iPhoneOS${IPHONE_VERSION}.sdk
IPHONE_HARDWARE_ARCHITECTURE=armv7
ifeq ($(iphone_codesign),1)