mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 19:25:27 +08:00
[libwebsockets] remove restriction for arm platform (#20738)
* [libwebsockets] remove restriction for arm platform * format vcpkg.json * update version
This commit is contained in:
parent
3b08f523f1
commit
12517627b5
@ -1,4 +1,4 @@
|
|||||||
vcpkg_fail_port_install(ON_ARCH "arm" ON_TARGET "uwp")
|
vcpkg_fail_port_install(ON_TARGET "uwp")
|
||||||
|
|
||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
{
|
{
|
||||||
"name": "libwebsockets",
|
"name": "libwebsockets",
|
||||||
"version-semver": "4.2.2",
|
"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.",
|
"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",
|
"homepage": "https://github.com/warmcat/libwebsockets",
|
||||||
"supports": "!(arm | uwp)",
|
"supports": "!uwp",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
"libuv",
|
"libuv",
|
||||||
"openssl",
|
"openssl",
|
||||||
|
@ -3966,7 +3966,7 @@
|
|||||||
},
|
},
|
||||||
"libwebsockets": {
|
"libwebsockets": {
|
||||||
"baseline": "4.2.2",
|
"baseline": "4.2.2",
|
||||||
"port-version": 1
|
"port-version": 2
|
||||||
},
|
},
|
||||||
"libxdiff": {
|
"libxdiff": {
|
||||||
"baseline": "0.23",
|
"baseline": "0.23",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "ea372a08d75d1a3a7c37a99b1daf9e85ba017ccf",
|
||||||
|
"version-semver": "4.2.2",
|
||||||
|
"port-version": 2
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "30615e7ce9a1ce09d473a05260da695fb0ee56d3",
|
"git-tree": "30615e7ce9a1ce09d473a05260da695fb0ee56d3",
|
||||||
"version-semver": "4.2.2",
|
"version-semver": "4.2.2",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user