From b0e1458105c0e77ecf835358aa596c54596f8e6e Mon Sep 17 00:00:00 2001 From: Phoebe <20694052+PhoebeHui@users.noreply.github.com> Date: Wed, 7 Oct 2020 00:24:00 +0800 Subject: [mbedtls] Add supports (#13810) --- ports/mbedtls/CONTROL | 2 ++ ports/mbedtls/portfile.cmake | 2 ++ scripts/ci.baseline.txt | 2 -- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ports/mbedtls/CONTROL b/ports/mbedtls/CONTROL index ebc740ec9..74164ea10 100644 --- a/ports/mbedtls/CONTROL +++ b/ports/mbedtls/CONTROL @@ -1,7 +1,9 @@ Source: mbedtls Version: 2.24.0 +Port-Version: 1 Homepage: https://github.com/ARMmbed/mbedtls Description: An open source, portable, easy to use, readable and flexible SSL library +Supports: !uwp Feature: pthreads Build-Depends: pthreads (windows) diff --git a/ports/mbedtls/portfile.cmake b/ports/mbedtls/portfile.cmake index 431e047cd..196f7c08b 100644 --- a/ports/mbedtls/portfile.cmake +++ b/ports/mbedtls/portfile.cmake @@ -1,3 +1,5 @@ +vcpkg_fail_port_install(ON_TARGET "uwp") + set(VCPKG_LIBRARY_LINKAGE static) vcpkg_from_github( diff --git a/scripts/ci.baseline.txt b/scripts/ci.baseline.txt index dfd824d96..92fcbf72c 100644 --- a/scripts/ci.baseline.txt +++ b/scripts/ci.baseline.txt @@ -967,8 +967,6 @@ mathgl:x64-osx=fail mathgl:x64-uwp=fail matio:x64-linux=fail matio:x64-osx=fail -mbedtls:arm-uwp=fail -mbedtls:x64-uwp=fail mdnsresponder:arm64-windows=fail mdnsresponder:arm-uwp=fail mdnsresponder:x64-linux=fail -- cgit v1.2.3