[hidapi] fix mac build (#17610)

* [hidapi] fix mac os build

* add version files
This commit is contained in:
autoantwort 2021-05-01 18:53:06 +02:00 committed by GitHub
parent 44d94c2edb
commit da9defc3bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 3 deletions

View File

@ -6,7 +6,7 @@ vcpkg_from_github(
REF hidapi-0.10.1
SHA512 0479706c631775483378070ff7170542725678eabc202a5bd07436c951fd766e01743417999ac3fb2b5436c865f6ace2cfced1f210fa3a3e88c19ceb3bbe0534
HEAD_REF master
patch remove-duplicate-AC_CONFIG_MACRO_DIR.patch
PATCHES remove-duplicate-AC_CONFIG_MACRO_DIR.patch
)
if(VCPKG_TARGET_IS_WINDOWS)

View File

@ -1,7 +1,7 @@
{
"name": "hidapi",
"version-semver": "0.10.1",
"port-version": 1,
"port-version": 2,
"description": "A Simple library for communicating with USB and Bluetooth HID devices on Linux, Mac and Windows.",
"homepage": "https://github.com/libusb/hidapi",
"supports": "!(arm | uwp)",

View File

@ -2466,7 +2466,7 @@
},
"hidapi": {
"baseline": "0.10.1",
"port-version": 1
"port-version": 2
},
"highfive": {
"baseline": "2.2.2",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "8ddfc714e198b19f67260bfeb2e5ae58e37fd909",
"version-semver": "0.10.1",
"port-version": 2
},
{
"git-tree": "5322c7526edb02f08688e2831978b2be542755c9",
"version-semver": "0.10.1",