summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7016e29..a1b98b3 100644
--- a/Makefile
+++ b/Makefile
@@ -22,7 +22,7 @@ else
ifeq ($(UNAME),MINGW32_NT-5.1)
CFLAGS = -O3 -I include -I c:\mingw\include
LDFLAGS = -static-libgcc -L c:\mingw\lib -L c:\mingw\bin
- LIBS = -lusb-1.0 -lsetupapi
+ LIBS = -lkernel32 -lmsvcrt -lsetupapi
IRECOVERY_TARGET = irecovery.exe
IRECOVERY_LDFLAGS = $(LDFLAGS)