[libwebsockets] remove restriction for arm platform (#20738)

* [libwebsockets] remove restriction for arm platform

* format vcpkg.json

* update version
This commit is contained in:
JonLiu1993 2021-10-16 10:27:54 +08:00 committed by GitHub
parent 3b08f523f1
commit 12517627b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 4 deletions

View File

@ -1,4 +1,4 @@
vcpkg_fail_port_install(ON_ARCH "arm" ON_TARGET "uwp")
vcpkg_fail_port_install(ON_TARGET "uwp")
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH

View File

@ -1,10 +1,10 @@
{
"name": "libwebsockets",
"version-semver": "4.2.2",
"port-version": 1,
"port-version": 2,
"description": "Libwebsockets is a lightweight pure C library built to use minimal CPU and memory resources, and provide fast throughput in both directions as client or server.",
"homepage": "https://github.com/warmcat/libwebsockets",
"supports": "!(arm | uwp)",
"supports": "!uwp",
"dependencies": [
"libuv",
"openssl",

View File

@ -3966,7 +3966,7 @@
},
"libwebsockets": {
"baseline": "4.2.2",
"port-version": 1
"port-version": 2
},
"libxdiff": {
"baseline": "0.23",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "ea372a08d75d1a3a7c37a99b1daf9e85ba017ccf",
"version-semver": "4.2.2",
"port-version": 2
},
{
"git-tree": "30615e7ce9a1ce09d473a05260da695fb0ee56d3",
"version-semver": "4.2.2",