mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-06 13:11:20 +00:00
7 lines
143 B
Bash
Executable file
7 lines
143 B
Bash
Executable file
#!/bin/sh -x
|
|
HOST_CC=gcc
|
|
PATH=$PATH:/usr/local/cross-tools/bin:/usr/local/cross-tools/i386-mingw32msvc/bin
|
|
export HOST_CC
|
|
export PATH
|
|
make $*
|
|
|