From 7fd8f9854b85c69429157d115d0017d2eec7c877 Mon Sep 17 00:00:00 2001 From: Erik Ekman Date: Thu, 6 Feb 2014 19:47:26 +0100 Subject: [PATCH] Restore mingw compiler --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 31337ef..2857b9d 100644 --- a/Makefile +++ b/Makefile @@ -38,7 +38,7 @@ cross-android-dist: @zip -r iodine-latest-android.zip iodine-latest-android cross-mingw: - @(cd src; $(MAKE) TARGETOS=windows32 CC=i686-w64-mingw32-gcc all) + @(cd src; $(MAKE) TARGETOS=windows32 CC=i686-mingw32-gcc all) cross-mingw-dist: cross-mingw @rm -rf iodine-latest-win32*