Fix compilation of Python bindings when libsqlite3 is not available (and so the class SqliteDataOutput is omitted).
This commit is contained in:
@@ -374,6 +374,8 @@ def build(bld):
|
||||
bindgen.os_env = dict(os.environ)
|
||||
if not env['ENABLE_GTK_CONFIG_STORE']:
|
||||
bindgen.os_env['DISABLE_GTK_CONFIG_STORE'] = "1"
|
||||
if not env['SQLITE_STATS']:
|
||||
bindgen.os_env['SQLITE_STATS'] = "1"
|
||||
|
||||
|
||||
## we build python bindings if either we have the tools to
|
||||
|
||||
Reference in New Issue
Block a user