mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 03:09:02 +08:00
[hidapi] fix mac build (#17610)
* [hidapi] fix mac os build * add version files
This commit is contained in:
parent
44d94c2edb
commit
da9defc3bd
@ -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)
|
||||
|
@ -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)",
|
||||
|
@ -2466,7 +2466,7 @@
|
||||
},
|
||||
"hidapi": {
|
||||
"baseline": "0.10.1",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"highfive": {
|
||||
"baseline": "2.2.2",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "8ddfc714e198b19f67260bfeb2e5ae58e37fd909",
|
||||
"version-semver": "0.10.1",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "5322c7526edb02f08688e2831978b2be542755c9",
|
||||
"version-semver": "0.10.1",
|
||||
|
Loading…
Reference in New Issue
Block a user