Changeset 5213 for pjproject/trunk/configure-android
- Timestamp:
- Dec 11, 2015 3:55:01 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/configure-android
r5145 r5213 108 108 if test "x`echo ${TARGET_HOST} | grep 'linux-android'`" = "x"; then 109 109 #TARGET_HOST=`echo ${TARGET_HOST} | sed -e 's/\(.*\)\-\([0-9\.]*\)/\1-linux-android-\2/'` 110 TARGET_HOST +=-linux-android110 TARGET_HOST="${TARGET_HOST}-linux-android" 111 111 fi 112 112
Note: See TracChangeset
for help on using the changeset viewer.