]> Pileus Git - wmpus/commitdiff
Change default mingw32 to Arch version
authorAndy Spencer <andy753421@gmail.com>
Sun, 2 Sep 2012 23:48:44 +0000 (23:48 +0000)
committerAndy Spencer <andy753421@gmail.com>
Sun, 2 Sep 2012 23:48:44 +0000 (23:48 +0000)
makefile

index e854d818bf8a6bb7a11ed6febbafa2c19ff967f6..20162c4c2328511596b3f3ab363aab412ed07b26 100644 (file)
--- a/makefile
+++ b/makefile
@@ -17,7 +17,7 @@ LDFLAGS   += -lX11 -lXinerama
 endif
 
 ifeq ($(SYS),win32)
-GCC       ?= i686-pc-mingw32-gcc
+GCC       ?= i486-mingw32-gcc
 PROG      ?= wmpus.exe
 LDFLAGS   += -lgdi32
 endif