From f2bc32b1711a30329955afe323d8ca2fa5d19076 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 7 Apr 2015 22:09:40 +0200 Subject: [PATCH] (qb/config.libs.sh) change -lusb to -lusb-1.0 --- qb/config.libs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qb/config.libs.sh b/qb/config.libs.sh index 61be51a60b..1844232695 100644 --- a/qb/config.libs.sh +++ b/qb/config.libs.sh @@ -213,7 +213,7 @@ if [ "$HAVE_SDL2" = 'yes' ]; then fi fi -check_lib LIBUSB -lusb +check_lib LIBUSB -lusb-1.0 if [ "$OS" = 'Win32' ]; then check_lib DINPUT -ldinput8