[libproxy] Add vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY) (#25733)

Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
This commit is contained in:
Cheney Wang 2022-07-14 04:54:44 +08:00 committed by GitHub
parent 7e0fcb4ccf
commit 6d66b8fbbb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,5 @@
vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY)
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": 4,
"port-version": 5,
"description": "libproxy is a library that provides automatic proxy configuration management.",
"homepage": "https://github.com/libproxy/libproxy",
"license": "LGPL-2.1-only",
"supports": "!uwp & !static",
"supports": "!uwp & !staticcrt",
"dependencies": [
"libmodman",
{

View File

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

View File

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