Readd Data/SQLite

This commit is contained in:
Francis ANDRE
2018-05-02 14:26:59 +02:00
parent 34f64c41c8
commit 5ee68dc96f
2 changed files with 3 additions and 3 deletions

View File

@@ -54,7 +54,7 @@ model {
cppCompiler.define "SQLITE_OMIT_TCL_VARIABLE"
cppCompiler.define "SQLITE_OMIT_DEPRECATED"
}
if (toolchain in Gcc) {
if (toolChain in Gcc) {
cCompiler.define "SQLITE_THREADSAFE=1"
cCompiler.define "SQLITE_DISABLE_LFS"
cCompiler.define "SQLITE_OMIT_UTF16"