[libproxy] Add support !static (#25498)

* [libproxy] Add support !static

* x-add-version

Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
This commit is contained in:
Cheney Wang 2022-07-01 05:02:53 +08:00 committed by GitHub
parent 2bfe0fa1fc
commit 881c1b04a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 8 deletions

View File

@ -1,8 +1,3 @@
# Enable static build in UNIX
if (VCPKG_TARGET_IS_WINDOWS)
vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY)
endif()
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO libproxy/libproxy

View File

@ -1,11 +1,11 @@
{
"name": "libproxy",
"version": "0.4.17",
"port-version": 3,
"port-version": 4,
"description": "libproxy is a library that provides automatic proxy configuration management.",
"homepage": "https://github.com/libproxy/libproxy",
"license": "LGPL-2.1-only",
"supports": "!uwp",
"supports": "!uwp & !static",
"dependencies": [
"libmodman",
{

View File

@ -3954,7 +3954,7 @@
},
"libproxy": {
"baseline": "0.4.17",
"port-version": 3
"port-version": 4
},
"libqcow": {
"baseline": "20210419",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "7aa3e3fbb2539fe4adaaff6056effdc2a97ff14b",
"version": "0.4.17",
"port-version": 4
},
{
"git-tree": "ff241fdc3665ad4d1dce051fcdd8ee8dc8617c86",
"version": "0.4.17",