mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
[nanodbc] no uwp (#35251)
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
{
|
||||
"name": "nanodbc",
|
||||
"version": "2.13.0",
|
||||
"port-version": 7,
|
||||
"port-version": 8,
|
||||
"description": "A small C++ wrapper for the native C ODBC API.",
|
||||
"homepage": "https://github.com/nanodbc/nanodbc",
|
||||
"supports": "!uwp",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "unixodbc",
|
||||
|
||||
@@ -783,8 +783,6 @@ nana:arm64-android=fail
|
||||
nana:x64-android=fail
|
||||
nana:x64-linux=fail
|
||||
nana:x64-osx=fail
|
||||
nanodbc:arm64-uwp=fail
|
||||
nanodbc:x64-uwp=fail
|
||||
nanodbc:x64-linux=skip
|
||||
netcdf-cxx4:x64-windows-static-md=fail
|
||||
ngspice:x64-android=fail
|
||||
|
||||
@@ -5822,7 +5822,7 @@
|
||||
},
|
||||
"nanodbc": {
|
||||
"baseline": "2.13.0",
|
||||
"port-version": 7
|
||||
"port-version": 8
|
||||
},
|
||||
"nanoflann": {
|
||||
"baseline": "1.5.0",
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "47782a521b53acaa6ee44a2956a2e98d17a20e50",
|
||||
"version": "2.13.0",
|
||||
"port-version": 8
|
||||
},
|
||||
{
|
||||
"git-tree": "b57473b86bc71733209e195206d253f1dd3658b2",
|
||||
"version": "2.13.0",
|
||||
|
||||
Reference in New Issue
Block a user