mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-25 03:15:19 +01:00
Possible fix for building sqlite_extension.cpp on windows
This commit is contained in:
parent
e4b13d4ccb
commit
a7da47b922
1 changed files with 2 additions and 1 deletions
|
|
@ -74,7 +74,8 @@
|
|||
{
|
||||
"name": "sqlite_extension",
|
||||
"sources": "calibre/db/sqlite_extension.cpp",
|
||||
"inc_dirs": "!sqlite_inc_dirs"
|
||||
"inc_dirs": "!sqlite_inc_dirs",
|
||||
"needs_c++14": true
|
||||
},
|
||||
{
|
||||
"name": "lzx",
|
||||
|
|
|
|||
Loading…
Reference in a new issue