android: move android.cross_config to src/util

This commit is contained in:
Daniel Kochmański 2015-10-28 19:57:35 +01:00
parent 060fa6b4bf
commit a3a609ac42
2 changed files with 1 additions and 1 deletions

View file

@ -53,7 +53,7 @@ If you do not have access to the online version, follow the following recipies.
#+BEGIN_SRC shell-script
./configure --host=arm-linux-androideabi \
--prefix=`pwd`/ecl-android \
--with-cross-config=`pwd`/android.cross_config \
--with-cross-config=`pwd`src/util/android.cross_config \
--disable-soname
make -j9
make install