mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 10:32:57 +01:00
Fix defines for non-Windows platforms
This commit is contained in:
parent
02ae8a9da6
commit
4cee0f1b5e
@ -53,8 +53,7 @@ model {
|
||||
cppCompiler.define "SQLITE_OMIT_COMPLETE"
|
||||
cppCompiler.define "SQLITE_OMIT_TCL_VARIABLE"
|
||||
cppCompiler.define "SQLITE_OMIT_DEPRECATED"
|
||||
}
|
||||
if (toolChain in Gcc) {
|
||||
} else {
|
||||
cCompiler.args "-I$projectDir/src"
|
||||
cCompiler.define "SQLITE_THREADSAFE=1"
|
||||
cCompiler.define "SQLITE_DISABLE_LFS"
|
||||
|
Loading…
Reference in New Issue
Block a user