mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-27 10:21:07 +08:00
[open6254] Enable uwp support (#18390)
* open62541: Enable uwp support * Update versions for open62541
This commit is contained in:
parent
3910b29767
commit
16ecf1ba14
@ -1,10 +1,9 @@
|
||||
{
|
||||
"name": "open62541",
|
||||
"version": "1.1.2",
|
||||
"port-version": 1,
|
||||
"port-version": 2,
|
||||
"description": "open62541 is an open source C (C99) implementation of OPC UA licensed under the Mozilla Public License v2.0.",
|
||||
"homepage": "https://open62541.org",
|
||||
"supports": "!uwp",
|
||||
"default-features": [
|
||||
"openssl"
|
||||
],
|
||||
|
@ -1106,8 +1106,6 @@ ois:x64-uwp=fail
|
||||
# /usr/bin/ld: cannot find -lode
|
||||
ompl:x64-osx=fail
|
||||
ompl:x64-linux=fail
|
||||
open62541:arm-uwp=fail
|
||||
open62541:x64-uwp=fail
|
||||
openal-soft:arm-uwp=fail
|
||||
openal-soft:x64-uwp=fail
|
||||
openblas:arm64-windows=fail
|
||||
|
@ -4482,7 +4482,7 @@
|
||||
},
|
||||
"open62541": {
|
||||
"baseline": "1.1.2",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"openal-soft": {
|
||||
"baseline": "1.21.1",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "98a37e8146a1e56f67a180b3c239f903ed59c401",
|
||||
"version": "1.1.2",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "43c958ba9799820838fdf2332020ef83cacc4595",
|
||||
"version": "1.1.2",
|
||||
|
Loading…
x
Reference in New Issue
Block a user