summaryrefslogtreecommitdiff
path: root/ACE/include/makeinclude/platform_macosx_iOS.GNU
diff options
context:
space:
mode:
authorAbdullah Sowayan <sowayan@users.noreply.github.com>2013-03-22 02:59:17 +0000
committerAbdullah Sowayan <sowayan@users.noreply.github.com>2013-03-22 02:59:17 +0000
commitdbd771d9dcb01d3f52beee8059a7395e5335aab1 (patch)
treef0a05acde6b71ca297a845f3bca4dfa0c238c47e /ACE/include/makeinclude/platform_macosx_iOS.GNU
parent517ed4cf703ac6b03f1eb8b579baa9a63a2d7ab0 (diff)
downloadATCD-dbd771d9dcb01d3f52beee8059a7395e5335aab1.tar.gz
Fri Mar 22 02:58:06 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.GNU6
1 files changed, 3 insertions, 3 deletions
diff --git a/ACE/include/makeinclude/platform_macosx_iOS.GNU b/ACE/include/makeinclude/platform_macosx_iOS.GNU
index 015b986690f..d9c6825bffc 100644
--- a/ACE/include/makeinclude/platform_macosx_iOS.GNU
+++ b/ACE/include/makeinclude/platform_macosx_iOS.GNU
@@ -7,7 +7,7 @@ include $(ACE_ROOT)/include/makeinclude/platform_macosx_common.GNU
ifneq (,$(XCODE_ROOT))
XCODE:=$(XCODE_ROOT)
else
- XCODE:=/Developer
+ XCODE:=/Applications/Xcode.app
endif
ifeq ($(IPHONE_TARGET), SIMULATOR)
@@ -34,8 +34,8 @@ endif
rwho = 0
endif
-CC:=$(IPHONE_PLATFORM)/usr/bin/clang
-CXX:=$(IPHONE_PLATFORM)/usr/bin/clang++
+CC:=$(XCODE)/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
+CXX:=$(XCODE)/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++
AR:=$(IPHONE_PLATFORM)/usr/bin/ar
RANLIB:=$(IPHONE_PLATFORM)/usr/bin/ranlib
DLD = $(CXX)