Ignore:
Timestamp:
May 31, 2019 6:08:47 AM (5 years ago)
Author:
nanang
Message:

Misc (re #2147): Fixed configure-android script failure to parse NDK version on MacOSX.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/configure-android

    r5932 r6019  
    3939fi 
    4040 
    41 NDK_VER=`sed -n -e 's/.*Pkg.Revision *= *\([0-9]\+\).*/\1/p' ${ANDROID_NDK_ROOT}/source.properties` 
     41# The BRE version somehow does not work well on MacOSX 
     42#NDK_VER=`sed -n -e 's/.*Pkg.Revision *= *\([0-9]\+\).*/\1/p' ${ANDROID_NDK_ROOT}/source.properties` 
     43NDK_VER=`sed -n -E 's/^Pkg.Revision *= *([0-9]+).*/\1/p' ${ANDROID_NDK_ROOT}/source.properties` 
    4244 
    4345if test "x$APP_PLATFORM" = "x"; then 
Note: See TracChangeset for help on using the changeset viewer.