mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 00:18:59 +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(
|
||||
FILES config.unix.h.in
|
||||
DESTINATION include/odb/sqlite/detail
|
||||
DESTINATION include/odb/sqlite/details
|
||||
COMPONENT sqlite
|
||||
RENAME config.h
|
||||
)
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "libodb-sqlite",
|
||||
"version": "2.4.0",
|
||||
"port-version": 12,
|
||||
"port-version": 13,
|
||||
"description": "Sqlite support for the ODB ORM library",
|
||||
"homepage": "https://www.codesynthesis.com/products/odb/",
|
||||
"dependencies": [
|
||||
|
@ -4882,7 +4882,7 @@
|
||||
},
|
||||
"libodb-sqlite": {
|
||||
"baseline": "2.4.0",
|
||||
"port-version": 12
|
||||
"port-version": 13
|
||||
},
|
||||
"libofx": {
|
||||
"baseline": "0.10.9",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "b431c261bdbe131a079813098c37b061acc0b805",
|
||||
"version": "2.4.0",
|
||||
"port-version": 13
|
||||
},
|
||||
{
|
||||
"git-tree": "02dc624090eb462a27ba05eb1f0851911c724d95",
|
||||
"version": "2.4.0",
|
||||
|
Loading…
Reference in New Issue
Block a user