mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
Add libusb library name for detection on FreeBSD
This commit is contained in:
parent
3149533f0c
commit
5c56cf110b
1 changed files with 1 additions and 1 deletions
|
|
@ -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}
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue