mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-02-13 15:23:34 +00:00
Add libusb library name for detection on FreeBSD
This commit is contained in:
committed by
Sam Lantinga
parent
3149533f0c
commit
5c56cf110b
@@ -10,7 +10,7 @@ if(PKG_CONFIG_FOUND)
|
||||
endif()
|
||||
|
||||
find_library(LibUSB_LIBRARY
|
||||
NAMES usb-1.0 libusb-1.0
|
||||
NAMES usb-1.0 libusb-1.0 usb
|
||||
HINTS ${PC_LibUSB_LIBRARY_DIRS}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user