diff options
author | Tim <cpldcpu@gmail.com> | 2016-06-27 20:20:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-06-27 20:20:20 +0200 |
commit | d94a1bdd26a5ed0ebec3532715d406153f7b5811 (patch) | |
tree | 825ce7950ef11344c9335296761e57277f30da9d /commandline/Makefile | |
parent | 8776f9f2fa627d79ebf1a52f58bb2a413b0a5584 (diff) | |
parent | 71b74d37409b17a2d431933cd4c5e96cb986d0f7 (diff) | |
download | micronucleus-d94a1bdd26a5ed0ebec3532715d406153f7b5811.tar.gz micronucleus-d94a1bdd26a5ed0ebec3532715d406153f7b5811.tar.bz2 micronucleus-d94a1bdd26a5ed0ebec3532715d406153f7b5811.zip |
Merge pull request #79 from mjbcopland/libusb-1.0.20
Update to libusb 1.0.20
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 |