mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2025-12-05 18:30:24 -08:00
android: move android.cross_config to src/util
This commit is contained in:
parent
060fa6b4bf
commit
a3a609ac42
2 changed files with 1 additions and 1 deletions
2
INSTALL
2
INSTALL
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue