Fix building
This commit is contained in:
parent
57e0e58231
commit
5a931058dd
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -132,7 +132,7 @@ if __name__ == "__main__":
|
|||
# Required for SQLCipher.
|
||||
("SQLITE_HAS_CODEC", "1"),
|
||||
("SQLITE_TEMP_STORE", "2"),
|
||||
("SQLITE_THREADSAFE", "1")
|
||||
("SQLITE_THREADSAFE", "1"),
|
||||
("SQLITE_EXTRA_INIT", "sqlcipher_extra_init"),
|
||||
("SQLITE_EXTRA_SHUTDOWN", "sqlcipher_extra_shutdown"),
|
||||
# Increase the maximum number of "host parameters".
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue