mirror of
https://github.com/ReactionQuake3/reaction.git
synced 2025-02-02 06:33:30 +00:00
Fixing Windows crosscompiling script
This commit is contained in:
parent
4d6105ad44
commit
e3167f7d43
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
export CC=i386-mingw32-gcc
|
export CC=i686-pc-mingw32-gcc
|
||||||
export WINDRES=i386-mingw32-windres
|
export WINDRES=i686-pc-mingw32-windres
|
||||||
export PLATFORM=mingw32
|
export PLATFORM=mingw32
|
||||||
exec make $*
|
exec make $*
|
||||||
|
|
Loading…
Reference in a new issue