--- src/thirdparty/ykcore/CMakeLists.txt.orig	2025-03-02 22:31:21 UTC
+++ src/thirdparty/ykcore/CMakeLists.txt
@@ -29,7 +29,7 @@ elseif(UNIX AND NOT APPLE)
 
     find_package(Threads REQUIRED)
 
-    find_library(LIBUSB_LIBRARY NAMES usb-1.0)
+    find_library(LIBUSB_LIBRARY NAMES usb-1.0 usb)
     find_path(LIBUSB_INCLUDE_DIR NAMES libusb.h PATH_SUFFIXES "libusb-1.0" "libusb")
     if(NOT LIBUSB_LIBRARY OR NOT LIBUSB_INCLUDE_DIR)
         message(FATAL_ERROR "libusb-1.0 dev package required, but not found")
