From 6b4964727bffb379aca9601e1cf69051ccbf600c Mon Sep 17 00:00:00 2001 From: Benny Prijono Date: Fri, 30 Mar 2012 07:10:13 +0000 Subject: Re #1474: Merged all changes from 1.12 - HEAD (from the 1.x branch) git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@3999 74dad513-b988-da41-8d7b-12977e46ad98 --- configure-iphone | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'configure-iphone') diff --git a/configure-iphone b/configure-iphone index 29dfcbc2..e7e4f203 100755 --- a/configure-iphone +++ b/configure-iphone @@ -25,7 +25,10 @@ fi # Set the main iPhone developer directory, if not set if test "x${DEVPATH}" = "x"; then - DEVPATH=/Developer/Platforms/iPhoneOS.platform/Developer + DEVPATH=/Applications/XCode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer + if test ! -d $DEVPATH; then + DEVPATH=/Developer/Platforms/iPhoneOS.platform/Developer + fi echo "$F: DEVPATH is not specified, using ${DEVPATH}" fi -- cgit v1.2.3