mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
Possible fix for building sqlite_extension.cpp on windows
This commit is contained in:
parent
e4b13d4ccb
commit
a7da47b922
@ -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…
x
Reference in New Issue
Block a user