diff options
| author | Phoebe <20694052+PhoebeHui@users.noreply.github.com> | 2020-07-30 02:22:12 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-29 11:22:12 -0700 |
| commit | a2d3782198a715a3ded943a86d9dd8f7ff95abf7 (patch) | |
| tree | 706c20cb537b73301e63367f2de364841129ca29 /ports/libusb/CONTROL | |
| parent | 0babd2ff240a3f500dba4deeecab2df96b57437d (diff) | |
| download | vcpkg-a2d3782198a715a3ded943a86d9dd8f7ff95abf7.tar.gz vcpkg-a2d3782198a715a3ded943a86d9dd8f7ff95abf7.zip | |
[libusb] Fix issue to support linux (#9561)
* [libusb] support linux
* Add Supports
* Using vcpkg_configure_make instead
* Revert to install headers in windows
* Fix failures in libftd1
* Update treehopper
* Add failed ports in ci baseline file
* Revert to remove azure-kinect-sensor-sdk:x64-windows-static=fail in baseline file
* Resolve conflicts
Co-authored-by: PhoebeHui <v-phma@microsoft.com>
Diffstat (limited to 'ports/libusb/CONTROL')
| -rw-r--r-- | ports/libusb/CONTROL | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ports/libusb/CONTROL b/ports/libusb/CONTROL index 8e3516132..863b2d08b 100644 --- a/ports/libusb/CONTROL +++ b/ports/libusb/CONTROL @@ -1,4 +1,5 @@ Source: libusb -Version: 1.0.23 +Version: 1.0.23-1 Homepage: https://github.com/libusb/libusb Description: a cross-platform library to access USB devices +Supports: !uwp |
