From 808ba62a7bbb42a21d90f821c2ce747a62a79539 Mon Sep 17 00:00:00 2001 From: David Betz Date: Mon, 2 Feb 2015 10:34:29 -0500 Subject: [PATCH] Fix a bug in the MinGW Makefile settings. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a304627..fdd4b1b 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ OBJS+=$(OBJDIR)/gpio_sysfs.o endif ifeq ($(OS),msys) -CFLAGS+=MINGW +CFLAGS+=-DMINGW EXT=.exe OSINT=osint_mingw enumcom LIBS=-lsetupapi