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