improve libusb

pull/293/head
ruki 4 years ago
parent 66f5ae98c4
commit bbea33fe72
No known key found for this signature in database
GPG Key ID: 809EF06AD42725BD
  1. 4
      packages/l/libusb/xmake.lua

@ -23,7 +23,9 @@ package("libusb")
-- it will be provided in xmake v2.5.2
if add_extsources then
add_extsources("pkgconfig::libusb-1.0")
if is_plat("macosx", "linux") then
add_extsources("pkgconfig::libusb-1.0")
end
end
add_includedirs("include", "include/libusb-1.0")

Loading…
Cancel
Save