Changeset 3978
- Timestamp:
- Mar 20, 2012 7:32:21 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/branches/1.x/configure-iphone
r3818 r3978 26 26 # Set the main iPhone developer directory, if not set 27 27 if 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 29 32 echo "$F: DEVPATH is not specified, using ${DEVPATH}" 30 33 fi
Note: See TracChangeset
for help on using the changeset viewer.