mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-23 04:42:32 +00:00
Add the final changes to get configure working for android.
This commit is contained in:
parent
c0f7b4ba37
commit
459d6c3f2d
1 changed files with 3 additions and 1 deletions
|
@ -5,6 +5,8 @@ export PATH=$ANDROID_NDK_ROOT/android-14-toolchain/bin:$PATH
|
|||
../configure \
|
||||
--build=x86_64-unknown-linux-gnu \
|
||||
--with-sysroot=$ANDROID_SYSROOT \
|
||||
--host=arm-linux-androideabi --with-endian=little \
|
||||
--host=arm-linux-androideabi \
|
||||
--with-endian=little \
|
||||
--disable-sdl \
|
||||
$*
|
||||
|
||||
|
|
Loading…
Reference in a new issue