mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 20:32:47 +08:00
[sqlite3] Fix typo for the Windows build (#28923)
* [sqlite3] Fix typo for the Windows build * [sqlite3] Update version metadata
This commit is contained in:
parent
e631713f1a
commit
f882be041a
@ -112,7 +112,7 @@ if(WITH_JSON1)
|
||||
endif()
|
||||
|
||||
if (WIN32)
|
||||
string(APPEND PKGCONFIG_DEFINES " -DQLITE_OS_WIN=1")
|
||||
string(APPEND PKGCONFIG_DEFINES " -DSQLITE_OS_WIN=1")
|
||||
target_compile_definitions(sqlite3 PUBLIC -DSQLITE_OS_WIN=1)
|
||||
|
||||
string(APPEND PKGCONFIG_DEFINES " -DSQLITE_ENABLE_COLUMN_METADATA=1")
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "sqlite3",
|
||||
"version": "3.40.0",
|
||||
"port-version": 1,
|
||||
"port-version": 2,
|
||||
"description": "SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine.",
|
||||
"homepage": "https://github.com/sqlite/sqlite",
|
||||
"license": "blessing",
|
||||
|
@ -7314,7 +7314,7 @@
|
||||
},
|
||||
"sqlite3": {
|
||||
"baseline": "3.40.0",
|
||||
"port-version": 1
|
||||
"port-version": 2
|
||||
},
|
||||
"sqlitecpp": {
|
||||
"baseline": "3.2.0",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "2c8847911865e9de25af862637764ce514feaf36",
|
||||
"version": "3.40.0",
|
||||
"port-version": 2
|
||||
},
|
||||
{
|
||||
"git-tree": "822fbc846fb73d1906929b6843ee939c1bb78cc5",
|
||||
"version": "3.40.0",
|
||||
|
Loading…
Reference in New Issue
Block a user