[libproxy] Remove vcpkg_fail_port_install. (#22748)

There was no previous supports expression; I'm assuming given that the only block was for UWP that a dependency already did that.

In support of https://github.com/microsoft/vcpkg/pull/21502
This commit is contained in:
Billy O'Neal 2022-01-24 02:18:35 -08:00 committed by GitHub
parent 21fdbc58a6
commit ecbe0b18e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 4 deletions

View File

@ -1,5 +1,3 @@
vcpkg_fail_port_install(ON_TARGET "UWP")
# Enable static build in UNIX
if (VCPKG_TARGET_IS_WINDOWS)
vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY)

View File

@ -1,9 +1,10 @@
{
"name": "libproxy",
"version": "0.4.17",
"port-version": 1,
"port-version": 2,
"description": "libproxy is a library that provides automatic proxy configuration management.",
"homepage": "https://github.com/libproxy/libproxy",
"supports": "!uwp",
"dependencies": [
"libmodman",
{

View File

@ -3826,7 +3826,7 @@
},
"libproxy": {
"baseline": "0.4.17",
"port-version": 1
"port-version": 2
},
"libqcow": {
"baseline": "20210419",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "a44c6a0f0d04d6ea82c7a29c879dfd13cadb38ca",
"version": "0.4.17",
"port-version": 2
},
{
"git-tree": "159dadd3ff9a4ba3ce1fec74a933980aa895ee02",
"version": "0.4.17",