source: gs3-extensions/android-ndk/trunk/src/devel.sh@ 26859

Last change on this file since 26859 was 26859, checked in by davidb, 11 years ago

Renaming of perl-devel.sh to devel.sh

  • Property svn:executable set to *
File size: 523 bytes
RevLine 
[26839]1
2export PERL_CROSS_HOME=`pwd`
3
4export PATH=$PERL_CROSS_HOME/hostperl-5.16.0/bin:$PATH
5
[26844]6
7if [ ! -s android-ndk ] ; then
8 echo "Creating symbolic link 'android-ndk' ..."
[26854]9 if [ ! -d ../../local/android-ndk-r8d ] ; then
10 echo "Warning: unable to find ../../local/android-ndk-r8d to link to"
[26844]11 else
[26854]12 ln -s ../../local/android-ndk-r8d android-ndk
[26844]13 echo "... done"
14 fi
15fi
16
17
[26839]18echo "+ Updating PATH to include hostperl-5.16.0/bin"
19
20echo "****"
21echo "* To start cross compilation, run ./PERL-CROSS-STAGE1.sh"
22echo "****"
Note: See TracBrowser for help on using the repository browser.