From da9defc3bddbba39edd9c7e04d4f2bc4bca3f6d4 Mon Sep 17 00:00:00 2001 From: autoantwort <41973254+autoantwort@users.noreply.github.com> Date: Sat, 1 May 2021 18:53:06 +0200 Subject: [hidapi] fix mac build (#17610) * [hidapi] fix mac os build * add version files --- ports/hidapi/portfile.cmake | 2 +- ports/hidapi/vcpkg.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'ports') diff --git a/ports/hidapi/portfile.cmake b/ports/hidapi/portfile.cmake index a89993f21..1e13ee197 100644 --- a/ports/hidapi/portfile.cmake +++ b/ports/hidapi/portfile.cmake @@ -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) diff --git a/ports/hidapi/vcpkg.json b/ports/hidapi/vcpkg.json index 01b7f7ba7..b4b1f1a73 100644 --- a/ports/hidapi/vcpkg.json +++ b/ports/hidapi/vcpkg.json @@ -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)", -- cgit v1.2.3