Skip to content
Snippets Groups Projects
Commit d9a46035 authored by James R.'s avatar James R.
Browse files

Makefile: automatically use Mingw-w64 gcc

parent b04c79d8
Branches
No related tags found
No related merge requests found
...@@ -29,6 +29,7 @@ $(call Print,$(_m)) ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment