Changeset 5213 for pjproject


Ignore:
Timestamp:
Dec 11, 2015 3:55:01 AM (8 years ago)
Author:
ming
Message:

Re #1882 (misc): Fixed configure-android shell script error on Linux

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/configure-android

    r5145 r5213  
    108108  if test "x`echo ${TARGET_HOST} | grep 'linux-android'`" = "x"; then 
    109109    #TARGET_HOST=`echo ${TARGET_HOST} | sed -e 's/\(.*\)\-\([0-9\.]*\)/\1-linux-android-\2/'` 
    110     TARGET_HOST+=-linux-android 
     110    TARGET_HOST="${TARGET_HOST}-linux-android" 
    111111  fi 
    112112 
Note: See TracChangeset for help on using the changeset viewer.