quakeforge/tools/cross/cross-configure.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

7 lines
235 B
Bash
Executable file

#!/bin/sh
MINGW=/home/bill/src/mingw/mingw-cross-env-2.18
export PKG_CONFIG_PATH=$MINGW/usr/lib/pkgconfig
export PATH=$MINGW/usr/bin:$PATH
../configure --host=i686-pc-mingw32 \
SDL_CONFIG=$MINGW/usr/i686-pc-mingw32/bin/sdl-config $*