(qb/config.libs.sh) change -lusb to -lusb-1.0
This commit is contained in:
parent
20fbe6876e
commit
f2bc32b171
|
@ -213,7 +213,7 @@ if [ "$HAVE_SDL2" = 'yes' ]; then
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
check_lib LIBUSB -lusb
|
check_lib LIBUSB -lusb-1.0
|
||||||
|
|
||||||
if [ "$OS" = 'Win32' ]; then
|
if [ "$OS" = 'Win32' ]; then
|
||||||
check_lib DINPUT -ldinput8
|
check_lib DINPUT -ldinput8
|
||||||
|
|
Loading…
Reference in New Issue