Possible fix for building sqlite_extension.cpp on windows

This commit is contained in:
Kovid Goyal 2021-06-14 08:34:50 +05:30
parent e4b13d4ccb
commit a7da47b922
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -74,7 +74,8 @@
{ {
"name": "sqlite_extension", "name": "sqlite_extension",
"sources": "calibre/db/sqlite_extension.cpp", "sources": "calibre/db/sqlite_extension.cpp",
"inc_dirs": "!sqlite_inc_dirs" "inc_dirs": "!sqlite_inc_dirs",
"needs_c++14": true
}, },
{ {
"name": "lzx", "name": "lzx",