mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
(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
|
||||
|
||||
check_lib LIBUSB -lusb
|
||||
check_lib LIBUSB -lusb-1.0
|
||||
|
||||
if [ "$OS" = 'Win32' ]; then
|
||||
check_lib DINPUT -ldinput8
|
||||
|
Loading…
x
Reference in New Issue
Block a user