quakeforge/tools/cross/cross-make.sh
Bill Currie 2229c7557d Update cross-build scripts.
They're hard-coded for my current setup, but easy to fix.
2010-12-23 11:45:08 +09:00

8 lines
149 B
Bash
Executable file

#!/bin/sh -x
HOST_CC=gcc
export HOST_CC
MINGW=/home/bill/src/mingw/mingw-cross-env-2.18
export PATH=$MINGW/usr/bin:$PATH
make PAK=pak QFCC=qfcc $*