mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-13 13:56:32 -05:00
HW: Fix libusb support for older libusb APIs
This commit is contained in:
@@ -23,7 +23,7 @@ elseif (NOT LIBUSB_FOUND)
|
||||
/usr/local/include
|
||||
)
|
||||
|
||||
find_library(LIBUSB_LIBRARIES NAMES usb-1.0
|
||||
find_library(LIBUSB_LIBRARIES NAMES usb-1.0 usb
|
||||
PATHS
|
||||
${LIBUSB_PKG_LIBRARY_DIRS}
|
||||
/usr/lib
|
||||
|
||||
Reference in New Issue
Block a user