mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:19:01 +08:00
[libodb-sqlite] Fix path typo (#41932)
Co-authored-by: Alexander Terentyev <lex.terentyev@gmail.com>
This commit is contained in:
parent
9c58903f65
commit
0a5716d650
@ -47,7 +47,7 @@ if(LIBODB_INSTALL_HEADERS)
|
|||||||
)
|
)
|
||||||
install(
|
install(
|
||||||
FILES config.unix.h.in
|
FILES config.unix.h.in
|
||||||
DESTINATION include/odb/sqlite/detail
|
DESTINATION include/odb/sqlite/details
|
||||||
COMPONENT sqlite
|
COMPONENT sqlite
|
||||||
RENAME config.h
|
RENAME config.h
|
||||||
)
|
)
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "libodb-sqlite",
|
"name": "libodb-sqlite",
|
||||||
"version": "2.4.0",
|
"version": "2.4.0",
|
||||||
"port-version": 12,
|
"port-version": 13,
|
||||||
"description": "Sqlite support for the ODB ORM library",
|
"description": "Sqlite support for the ODB ORM library",
|
||||||
"homepage": "https://www.codesynthesis.com/products/odb/",
|
"homepage": "https://www.codesynthesis.com/products/odb/",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
|
@ -4882,7 +4882,7 @@
|
|||||||
},
|
},
|
||||||
"libodb-sqlite": {
|
"libodb-sqlite": {
|
||||||
"baseline": "2.4.0",
|
"baseline": "2.4.0",
|
||||||
"port-version": 12
|
"port-version": 13
|
||||||
},
|
},
|
||||||
"libofx": {
|
"libofx": {
|
||||||
"baseline": "0.10.9",
|
"baseline": "0.10.9",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "b431c261bdbe131a079813098c37b061acc0b805",
|
||||||
|
"version": "2.4.0",
|
||||||
|
"port-version": 13
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "02dc624090eb462a27ba05eb1f0851911c724d95",
|
"git-tree": "02dc624090eb462a27ba05eb1f0851911c724d95",
|
||||||
"version": "2.4.0",
|
"version": "2.4.0",
|
||||||
|
Loading…
Reference in New Issue
Block a user