mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-31 13:39:58 +01:00
Patch for sqlcipher makefile on windows
This commit is contained in:
parent
0258d456e6
commit
337ccf02aa
14
hak/matrix-seshat/sqlcipher-4.3.0-win.patch
Normal file
14
hak/matrix-seshat/sqlcipher-4.3.0-win.patch
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
diff -Nur sqlcipher-4.3.0-orig/Makefile.msc sqlcipher-4.3.0-mod/Makefile.msc
|
||||||
|
--- sqlcipher-4.3.0-orig/Makefile.msc 2019-12-20 16:40:26.000000000 +0000
|
||||||
|
+++ sqlcipher-4.3.0-mod/Makefile.msc 2020-02-14 11:31:39.000000000 +0000
|
||||||
|
@@ -985,8 +985,8 @@
|
||||||
|
# default to file, 2 to default to memory, and 3 to force temporary
|
||||||
|
# tables to always be in memory.
|
||||||
|
#
|
||||||
|
-TCC = $(TCC) -DSQLITE_TEMP_STORE=1
|
||||||
|
-RCC = $(RCC) -DSQLITE_TEMP_STORE=1
|
||||||
|
+TCC = $(TCC) -DSQLITE_TEMP_STORE=2
|
||||||
|
+RCC = $(RCC) -DSQLITE_TEMP_STORE=2
|
||||||
|
|
||||||
|
# Enable/disable loadable extensions, and other optional features
|
||||||
|
# based on configuration. (-DSQLITE_OMIT*, -DSQLITE_ENABLE*).
|
Loading…
x
Reference in New Issue
Block a user