Changeset 3999 for pjproject/trunk/configure-iphone
- Timestamp:
- Mar 30, 2012 7:10:13 AM (13 years ago)
- Location:
- pjproject/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk
-
pjproject/trunk/configure-iphone
r3841 r3999 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.