mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 11:58:03 +08:00
[zint] use support expression (#28850)
This commit is contained in:
parent
6e964f12ad
commit
d40bedd6f6
@ -1,9 +1,11 @@
|
|||||||
{
|
{
|
||||||
"name": "zint",
|
"name": "zint",
|
||||||
"version": "2.12.0",
|
"version": "2.12.0",
|
||||||
|
"port-version": 1,
|
||||||
"description": "A barcode encoding library supporting over 50 symbologies",
|
"description": "A barcode encoding library supporting over 50 symbologies",
|
||||||
"homepage": "https://github.com/zint/zint",
|
"homepage": "https://github.com/zint/zint",
|
||||||
"license": null,
|
"license": null,
|
||||||
|
"supports": "!osx",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
{
|
{
|
||||||
"name": "vcpkg-cmake",
|
"name": "vcpkg-cmake",
|
||||||
|
@ -1124,7 +1124,6 @@ yara:arm-uwp=fail
|
|||||||
yara:x64-uwp=fail
|
yara:x64-uwp=fail
|
||||||
z3:arm-uwp=fail
|
z3:arm-uwp=fail
|
||||||
z3:x64-uwp=fail
|
z3:x64-uwp=fail
|
||||||
zint:x64-osx=fail
|
|
||||||
|
|
||||||
# clapack is replaced by lapack-reference on the platforms lapack-reference supports
|
# clapack is replaced by lapack-reference on the platforms lapack-reference supports
|
||||||
clapack:x64-linux=skip
|
clapack:x64-linux=skip
|
||||||
|
@ -8406,7 +8406,7 @@
|
|||||||
},
|
},
|
||||||
"zint": {
|
"zint": {
|
||||||
"baseline": "2.12.0",
|
"baseline": "2.12.0",
|
||||||
"port-version": 0
|
"port-version": 1
|
||||||
},
|
},
|
||||||
"zkpp": {
|
"zkpp": {
|
||||||
"baseline": "0.2.3",
|
"baseline": "0.2.3",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "3b46eb328f75102f1d27eea28fd0e910040046e3",
|
||||||
|
"version": "2.12.0",
|
||||||
|
"port-version": 1
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "70662dabd6b07aaa376385d94a20fb2b979f8ae0",
|
"git-tree": "70662dabd6b07aaa376385d94a20fb2b979f8ae0",
|
||||||
"version": "2.12.0",
|
"version": "2.12.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user