mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-21 01:41:10 +00:00
Set all android envvars for make as well as configure.
Running make might trigger a reconfig, so the vars are always necessary.
This commit is contained in:
parent
abcd3091d0
commit
f5eec3d930
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,8 @@
|
|||
#!/bin/sh -x
|
||||
HOST_CC=gcc
|
||||
export HOST_CC
|
||||
ANDROID_NDK_ROOT=/home/bill/Downloads/android-ndk-r7
|
||||
export ANDROID_NDK_ROOT=/home/bill/Downloads/android-ndk-r7
|
||||
export ANDROID_SYSROOT=$ANDROID_NDK_ROOT/android-14-toolchain/sysroot
|
||||
export PATH=$ANDROID_NDK_ROOT/android-14-toolchain/bin:$PATH
|
||||
|
||||
make PAK=pak QFCC=qfcc $*
|
||||
|
|
Loading…
Reference in a new issue