mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 03:10:57 +08:00
[libproxy] Add vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY) (#25733)
Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
This commit is contained in:
parent
7e0fcb4ccf
commit
6d66b8fbbb
@ -1,3 +1,5 @@
|
||||
vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY)
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO libproxy/libproxy
|
||||
|
@ -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",
|
||||
{
|
||||
|
@ -3970,7 +3970,7 @@
|
||||
},
|
||||
"libproxy": {
|
||||
"baseline": "0.4.17",
|
||||
"port-version": 4
|
||||
"port-version": 5
|
||||
},
|
||||
"libqcow": {
|
||||
"baseline": "20210419",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "657915bf898e4e4ccf08b6274665b541efa15876",
|
||||
"version": "0.4.17",
|
||||
"port-version": 5
|
||||
},
|
||||
{
|
||||
"git-tree": "7aa3e3fbb2539fe4adaaff6056effdc2a97ff14b",
|
||||
"version": "0.4.17",
|
||||
|
Loading…
x
Reference in New Issue
Block a user