mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 05:53:03 +08:00
[libmicrohttpd] supports non windows arm (#33277)
This commit is contained in:
parent
59b8a9761d
commit
9e65a26ba2
@ -1,11 +1,11 @@
|
||||
{
|
||||
"name": "libmicrohttpd",
|
||||
"version": "0.9.77",
|
||||
"port-version": 1,
|
||||
"port-version": 2,
|
||||
"description": "GNU libmicrohttpd is a small C library that is supposed to make it easy to run an HTTP server as part of another application",
|
||||
"homepage": "https://www.gnu.org/software/libmicrohttpd/",
|
||||
"license": "LGPL-2.1-or-later",
|
||||
"supports": "!(arm | uwp)",
|
||||
"supports": "!((arm & windows) | uwp)",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "gettext",
|
||||
|
@ -4338,7 +4338,7 @@
|
||||
},
|
||||
"libmicrohttpd": {
|
||||
"baseline": "0.9.77",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"libmikmod": {
|
||||
"baseline": "3.3.11.1",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "528d4043cc7a0784b2f1e1ba77455a8559498b2e",
|
||||
"version": "0.9.77",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "0adb976e126f21ec1db080fe45b8b6e084bbbd5b",
|
||||
"version": "0.9.77",
|
||||
|
Loading…
Reference in New Issue
Block a user