Fix a bug in the MinGW Makefile settings.

This commit is contained in:
David Betz 2015-02-02 10:34:29 -05:00
parent 0aca2d822b
commit 808ba62a7b
1 changed files with 1 additions and 1 deletions

View File

@ -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