diff options
Diffstat (limited to 'commandline/Makefile')
-rw-r--r-- | commandline/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commandline/Makefile b/commandline/Makefile index 9a4b501..e8aadfd 100644 --- a/commandline/Makefile +++ b/commandline/Makefile @@ -27,7 +27,7 @@ else ifeq ($(shell uname), OpenBSD) OSFLAG = -D OPENBSD else USBFLAGS = -I C:\MinGW\include - USBLIBS = -L C:\MinGW\lib -lusb-1.0 + USBLIBS = -L C:\MinGW\lib -lusb EXE_SUFFIX = .exe OSFLAG = -D WIN endif |