summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Hunter <evan@ozhiker.com>2016-01-08 13:53:42 +0000
committerChris Dickens <christopher.a.dickens@gmail.com>2016-02-23 23:09:50 -0800
commit8e3d41e5818c68eb9ea95e0066c44f29b3f5943a (patch)
treebf4cb9884344eea545cebd91a19af8c8ce5ab88b
parentec272992ea53547db791fe4ae2189c72f960b42a (diff)
downloadlibusb-8e3d41e5818c68eb9ea95e0066c44f29b3f5943a.tar.gz
windows: Fix compilation for MSYS2
Closes #140 Signed-off-by: Chris Dickens <christopher.a.dickens@gmail.com>
-rw-r--r--configure.ac2
-rw-r--r--libusb/version_nano.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 4e35bf6..9f3e639 100644
--- a/configure.ac
+++ b/configure.ac
@@ -78,7 +78,7 @@ case $host in
backend="netbsd"
threads="posix"
;;
-*-mingw*)
+*-mingw* | *msys*)
AC_MSG_RESULT([Windows])
backend="windows"
threads="windows"
diff --git a/libusb/version_nano.h b/libusb/version_nano.h
index 61e27ea..3b9aefc 100644
--- a/libusb/version_nano.h
+++ b/libusb/version_nano.h
@@ -1 +1 @@
-#define LIBUSB_NANO 11052
+#define LIBUSB_NANO 11053