Skip to content

Commit

Permalink
[soci] odbc no uwp (#33601)
Browse files Browse the repository at this point in the history
  • Loading branch information
autoantwort committed Sep 7, 2023
1 parent c76b894 commit 491f98f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
4 changes: 3 additions & 1 deletion ports/soci/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "soci",
"version": "4.0.3",
"port-version": 1,
"description": "SOCI database access library",
"homepage": "https://github.com/SOCI/soci",
"license": "BSL-1.0",
Expand Down Expand Up @@ -32,7 +33,8 @@
]
},
"odbc": {
"description": "Build odbc backend"
"description": "Build odbc backend",
"supports": "!uwp"
},
"postgresql": {
"description": "Build postgresql backend",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -7738,7 +7738,7 @@
},
"soci": {
"baseline": "4.0.3",
"port-version": 0
"port-version": 1
},
"socket-io-client": {
"baseline": "2023-02-14",
Expand Down
5 changes: 5 additions & 0 deletions versions/s-/soci.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "9a70ee9344f5a66ed9ad34a5f64608b81e66bfde",
"version": "4.0.3",
"port-version": 1
},
{
"git-tree": "11a646f331554958a517bc644c54df99dfbbbd1b",
"version": "4.0.3",
Expand Down

0 comments on commit 491f98f

Please sign in to comment.