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()
|
endif()
|
||||||
|
|
||||||
find_library(LibUSB_LIBRARY
|
find_library(LibUSB_LIBRARY
|
||||||
NAMES usb-1.0 libusb-1.0
|
NAMES usb-1.0 libusb-1.0 usb
|
||||||
HINTS ${PC_LibUSB_LIBRARY_DIRS}
|
HINTS ${PC_LibUSB_LIBRARY_DIRS}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user