0
0
Fork 0
mirror of https://git.code.sf.net/p/quake/quakeforge synced 2025-02-25 21:21:14 +00:00
quakeforge/tools/cross/cross-make.sh

7 lines
140 B
Bash
Executable file

#!/bin/sh
HOST_CC=gcc
PATH=$PATH:/usr/local/cross-tools/bin:/usr/local/cross-tools/i386-mingw32msvc/bin
export HOST_CC
export PATH
make $*