]> Pileus Git - wmpus/commitdiff
Change win32 compiler
authorAndy Spencer <andy753421@gmail.com>
Mon, 6 Apr 2015 23:57:49 +0000 (23:57 +0000)
committerAndy Spencer <andy753421@gmail.com>
Tue, 7 Apr 2015 00:04:37 +0000 (00:04 +0000)
makefile

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