mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2025-06-28 12:19:54 +00:00
12 lines
352 B
Diff
12 lines
352 B
Diff
diff --git a/direct-sqlcipher.cabal b/direct-sqlcipher.cabal
|
|
index 728ba3e..c63745e 100644
|
|
--- a/direct-sqlcipher.cabal
|
|
+++ b/direct-sqlcipher.cabal
|
|
@@ -84,6 +84,8 @@ library
|
|
cc-options: -DSQLITE_TEMP_STORE=2
|
|
-DSQLITE_HAS_CODEC
|
|
|
|
+ extra-libraries: dl
|
|
+
|
|
if !os(windows) && !os(android)
|
|
extra-libraries: pthread
|