mirror of
https://github.com/libretro/RetroArch.git
synced 2025-04-02 10:51:52 -04:00
(qb/config.libs.sh) change -lusb to -lusb-1.0
This commit is contained in:
parent
20fbe6876e
commit
f2bc32b171
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue