[sqlite3] Fix typo for the Windows build (#28923)

* [sqlite3] Fix typo for the Windows build

* [sqlite3] Update version metadata
This commit is contained in:
Burak Arslan 2023-01-16 23:34:00 +03:00 committed by GitHub
parent e631713f1a
commit f882be041a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 3 deletions

View File

@ -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")

View File

@ -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",

View File

@ -7314,7 +7314,7 @@
},
"sqlite3": {
"baseline": "3.40.0",
"port-version": 1
"port-version": 2
},
"sqlitecpp": {
"baseline": "3.2.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "2c8847911865e9de25af862637764ce514feaf36",
"version": "3.40.0",
"port-version": 2
},
{
"git-tree": "822fbc846fb73d1906929b6843ee939c1bb78cc5",
"version": "3.40.0",