Fix building

This commit is contained in:
laggykiller 2025-08-26 10:03:17 +08:00
parent 097b80be2e
commit bb2d35ec0c
No known key found for this signature in database
2 changed files with 5 additions and 2 deletions

View file

@ -132,6 +132,8 @@ if __name__ == "__main__":
# Required for SQLCipher.
("SQLITE_HAS_CODEC", "1"),
("SQLITE_TEMP_STORE", "2"),
("SQLITE_EXTRA_INIT", "sqlcipher_extra_init"),
("SQLITE_EXTRA_SHUTDOWN", "sqlcipher_extra_shutdown"),
# Increase the maximum number of "host parameters".
("SQLITE_MAX_VARIABLE_NUMBER", "250000"),
# Additional nice-to-have.