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