Changeset 3978


Ignore:
Timestamp:
Mar 20, 2012 7:32:21 AM (12 years ago)
Author:
ming
Message:

Fixed #1468: Add support for iPhone configure script to detect iOS 5.1 SDK

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/branches/1.x/configure-iphone

    r3818 r3978  
    2626# Set the main iPhone developer directory, if not set 
    2727if test "x${DEVPATH}" = "x"; then 
    28   DEVPATH=/Developer/Platforms/iPhoneOS.platform/Developer 
     28  DEVPATH=/Applications/XCode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer 
     29  if test  ! -d $DEVPATH; then 
     30    DEVPATH=/Developer/Platforms/iPhoneOS.platform/Developer 
     31  fi 
    2932  echo "$F: DEVPATH is not specified, using ${DEVPATH}" 
    3033fi 
Note: See TracChangeset for help on using the changeset viewer.