Changeset 26854 for gs3-extensions


Ignore:
Timestamp:
2013-02-10T20:34:24+13:00 (11 years ago)
Author:
davidb
Message:

Switched from using the 'r8b' to 'r8d' version of NDK

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-extensions/android-ndk/trunk/src/perl-devel.sh

    r26844 r26854  
    77if [ ! -s android-ndk ] ; then
    88  echo "Creating symbolic link 'android-ndk' ..."
    9   if [ ! -d ../../local/android-ndk-r8b ] ; then
    10     echo "Warning: unable to find ../../local/android-ndk-r8b to link to"
     9  if [ ! -d ../../local/android-ndk-r8d ] ; then
     10    echo "Warning: unable to find ../../local/android-ndk-r8d to link to"
    1111  else
    12     ln -s ../../local/android-ndk-r8b android-ndk
     12    ln -s ../../local/android-ndk-r8d android-ndk
    1313    echo "... done"
    1414  fi
Note: See TracChangeset for help on using the changeset viewer.