mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 04:19:08 +08:00
[libuv] no uwp (#35258)
This commit is contained in:
parent
2b63910329
commit
cb1f2fe770
@ -1,9 +1,11 @@
|
||||
{
|
||||
"name": "libuv",
|
||||
"version-semver": "1.46.0",
|
||||
"port-version": 1,
|
||||
"description": "libuv is a multi-platform support library with a focus on asynchronous I/O.",
|
||||
"homepage": "https://github.com/libuv/libuv",
|
||||
"license": "BSD-3-Clause",
|
||||
"supports": "!uwp",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
|
@ -639,8 +639,6 @@ libusb:arm64-android=fail
|
||||
libusb:x64-android=fail
|
||||
libusb-win32:arm64-uwp=fail
|
||||
libusb-win32:x64-uwp=fail
|
||||
libuv:arm64-uwp=fail
|
||||
libuv:x64-uwp=fail
|
||||
#Skip detection to avoid upstream remove older releases
|
||||
libvmdk:x86-windows=skip
|
||||
libvmdk:x64-windows=skip
|
||||
|
@ -4962,7 +4962,7 @@
|
||||
},
|
||||
"libuv": {
|
||||
"baseline": "1.46.0",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"libuvc": {
|
||||
"baseline": "2020-11-24",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "2267bb7c14ae2201b02e2d708631e4a228355543",
|
||||
"version-semver": "1.46.0",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "0cd421b9c0bc8a89bf76892f99c87560cbde8d93",
|
||||
"version-semver": "1.46.0",
|
||||
|
Loading…
Reference in New Issue
Block a user