diff options
author | Michael Copland <mjbcopland@gmail.com> | 2016-06-21 06:35:34 +0100 |
---|---|---|
committer | Michael Copland <mjbcopland@gmail.com> | 2016-06-21 06:35:34 +0100 |
commit | 7c141c231d6c5353054d65e5cf93169c5a9d85b4 (patch) | |
tree | 98633465cb19e6f54d3a44634eb2271f19f39d10 /commandline/Makefile | |
parent | 8776f9f2fa627d79ebf1a52f58bb2a413b0a5584 (diff) | |
download | micronucleus-7c141c231d6c5353054d65e5cf93169c5a9d85b4.tar.gz micronucleus-7c141c231d6c5353054d65e5cf93169c5a9d85b4.tar.bz2 micronucleus-7c141c231d6c5353054d65e5cf93169c5a9d85b4.zip |
Rewritten to use libusb 1.0.20 from libusb.info
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 e8aadfd..9a4b501 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 + USBLIBS = -L C:\MinGW\lib -lusb-1.0 EXE_SUFFIX = .exe OSFLAG = -D WIN endif |