mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-10 14:52:00 +00:00
the dishes, and Bugzilla bug 4780 are DONE.
This commit is contained in:
parent
19320515c9
commit
9d53ced8c9
1 changed files with 4 additions and 0 deletions
|
@ -3,4 +3,8 @@
|
||||||
export CC=i586-mingw32msvc-gcc
|
export CC=i586-mingw32msvc-gcc
|
||||||
export WINDRES=i586-mingw32msvc-windres
|
export WINDRES=i586-mingw32msvc-windres
|
||||||
export PLATFORM=mingw32
|
export PLATFORM=mingw32
|
||||||
|
if [ !$ARCH ]
|
||||||
|
then
|
||||||
|
export ARCH=x86
|
||||||
|
fi
|
||||||
exec make $*
|
exec make $*
|
||||||
|
|
Loading…
Reference in a new issue