mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-22 04:21:23 +00:00
Makefile: automatically use Mingw-w64 gcc
This commit is contained in:
parent
b04c79d8a7
commit
d9a4603526
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@ $(call Print,$(_m))
|
||||||
|
|
||||||
# go for a 32-bit sdl mingw exe by default
|
# go for a 32-bit sdl mingw exe by default
|
||||||
MINGW:=1
|
MINGW:=1
|
||||||
|
CC:=i686-w64-mingw32-gcc # Mingw-w64
|
||||||
WINDOWSHELL:=1
|
WINDOWSHELL:=1
|
||||||
|
|
||||||
else # if you on the *nix
|
else # if you on the *nix
|
||||||
|
|
Loading…
Reference in a new issue