Skip to content

Commit

Permalink
[hidapi] fix mac build (#17610)
Browse files Browse the repository at this point in the history
* [hidapi] fix mac os build

* add version files
  • Loading branch information
autoantwort authored May 1, 2021
1 parent 44d94c2 commit da9defc
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/hidapi/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion ports/hidapi/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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)",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2466,7 +2466,7 @@
},
"hidapi": {
"baseline": "0.10.1",
"port-version": 1
"port-version": 2
},
"highfive": {
"baseline": "2.2.2",
Expand Down
5 changes: 5 additions & 0 deletions versions/h-/hidapi.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "8ddfc714e198b19f67260bfeb2e5ae58e37fd909",
"version-semver": "0.10.1",
"port-version": 2
},
{
"git-tree": "5322c7526edb02f08688e2831978b2be542755c9",
"version-semver": "0.10.1",
Expand Down

0 comments on commit da9defc

Please sign in to comment.