mirror of
https://github.com/SchildiChat/schildichat-desktop.git
synced 2025-04-01 21:44:28 +02:00
Preemptively add static sqlcipher flag
See: https://github.com/vector-im/element-desktop/blob/develop/docs/native-node-modules.md#statically-linking-libsqlcipher
This commit is contained in:
parent
3d5935fc27
commit
dffc2ad920
1
Makefile
1
Makefile
@ -67,6 +67,7 @@ web: setup
|
||||
echo "$(VERSION)" > element-web/webapp/version
|
||||
|
||||
desktop-common: web
|
||||
export SQLCIPHER_STATIC=1
|
||||
$(YARN) --cwd element-desktop run fetch --cfgdir ''
|
||||
$(YARN) --cwd element-desktop run build:native
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user