mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
[libmicrodns] use supports expression (#33363)
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
{
|
||||
"name": "libmicrodns",
|
||||
"version": "0.2.0",
|
||||
"port-version": 1,
|
||||
"port-version": 2,
|
||||
"description": "Minimal mDNS resolver (and announcer) library",
|
||||
"homepage": "https://github.com/videolabs/libmicrodns",
|
||||
"license": "LGPL-2.1-or-later",
|
||||
"supports": "!xbox",
|
||||
"supports": "!xbox & !uwp",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "vcpkg-tool-meson",
|
||||
|
||||
@@ -625,9 +625,6 @@ libmesh:x86-windows=skip
|
||||
libmesh:x64-osx=skip
|
||||
libmesh:arm64-osx=skip
|
||||
libmesh:x64-linux=skip
|
||||
# Build fails since PIC is not enabled and some configuration tests do not work properly on UWP
|
||||
libmicrodns:arm-uwp=fail
|
||||
libmicrodns:x64-uwp=fail
|
||||
libmikmod:arm-neon-android=fail
|
||||
libmikmod:arm64-android=fail
|
||||
libmikmod:x64-android=fail
|
||||
|
||||
@@ -4334,7 +4334,7 @@
|
||||
},
|
||||
"libmicrodns": {
|
||||
"baseline": "0.2.0",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"libmicrohttpd": {
|
||||
"baseline": "0.9.77",
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "7476d4e62a4bec9d779d445ae3222c505aa4babe",
|
||||
"version": "0.2.0",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "6ea7d0ad7b306f0c554fff32499486c6c4758105",
|
||||
"version": "0.2.0",
|
||||
|
||||
Reference in New Issue
Block a user