quakeforge/tools/cross/droid/cross-make.sh
Bill Currie 5fdad1c79c Support more than just mingw cross compiling.
This is the beginnings of android support :)
2012-02-05 11:34:11 +09:00

8 lines
182 B
Bash
Executable file

#!/bin/sh -x
HOST_CC=gcc
export HOST_CC
ANDROID_NDK_ROOT=/home/bill/Downloads/android-ndk-r7
export PATH=$ANDROID_NDK_ROOT/android-14-toolchain/bin:$PATH
make PAK=pak QFCC=qfcc $*