mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 04:53:02 +08:00
[vcpkg baseline][mchehab-zbar] Fix build error on x64-windows-static (#27428)
* [vcpkg baseline][mchehab-zbar] Fix build error on x64-windows-static * x-add-version
This commit is contained in:
parent
6118e6b134
commit
f12137f89c
@ -27,6 +27,7 @@ vcpkg_configure_make(
|
||||
--without-java
|
||||
--without-python
|
||||
--without-qt
|
||||
--without-xv
|
||||
)
|
||||
|
||||
vcpkg_install_make()
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "mchehab-zbar",
|
||||
"version": "0.23.90",
|
||||
"port-version": 1,
|
||||
"description": "ZBar is an open source software suite for reading bar codes from various sources, including webcams. This fork is actively maintained.",
|
||||
"homepage": "https://github.com/mchehab/zbar",
|
||||
"license": "LGPL-2.1-or-later",
|
||||
|
@ -4734,7 +4734,7 @@
|
||||
},
|
||||
"mchehab-zbar": {
|
||||
"baseline": "0.23.90",
|
||||
"port-version": 0
|
||||
"port-version": 1
|
||||
},
|
||||
"mcpp": {
|
||||
"baseline": "2.7.2.14",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "545ecda77fa95f46216d944ca8ab1f7e12378930",
|
||||
"version": "0.23.90",
|
||||
"port-version": 1
|
||||
},
|
||||
{
|
||||
"git-tree": "7c066057a5c24bbea65e26e9e7519db938a2932e",
|
||||
"version": "0.23.90",
|
||||
|
Loading…
Reference in New Issue
Block a user