mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 19:25:27 +08:00
[libusb] no absolute paths (#21097)
This commit is contained in:
parent
e5a3f57653
commit
f164bec427
@ -55,6 +55,7 @@ else()
|
||||
AUTOCONFIG
|
||||
)
|
||||
vcpkg_install_make()
|
||||
vcpkg_fixup_pkgconfig()
|
||||
endif()
|
||||
|
||||
configure_file(${CURRENT_PORT_DIR}/usage ${CURRENT_PACKAGES_DIR}/share/${PORT}/usage @ONLY)
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "libusb",
|
||||
"version": "1.0.24",
|
||||
"port-version": 5,
|
||||
"port-version": 6,
|
||||
"description": "a cross-platform library to access USB devices",
|
||||
"homepage": "https://github.com/libusb/libusb",
|
||||
"supports": "!uwp"
|
||||
|
@ -3962,7 +3962,7 @@
|
||||
},
|
||||
"libusb": {
|
||||
"baseline": "1.0.24",
|
||||
"port-version": 5
|
||||
"port-version": 6
|
||||
},
|
||||
"libusb-win32": {
|
||||
"baseline": "1.2.6.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "489d07fb5a6ada487532ea3cc5390a50e7feef02",
|
||||
"version": "1.0.24",
|
||||
"port-version": 6
|
||||
},
|
||||
{
|
||||
"git-tree": "76a5ebd046d669a93d2a467d87a80efbe85f8226",
|
||||
"version": "1.0.24",
|
||||
|
Loading…
x
Reference in New Issue
Block a user