mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2025-06-29 12:49:53 +00:00
* Various fixes aggregated - windows definisions - set compile rto 9.6.3 - flake adjust to 9.6.3 - update haskellNix - add various patches * Unbreak iOS * update script and sha256map.nix * ios: update core lib --------- Co-authored-by: Moritz Angermann <moritz.angermann@gmail.com>
12 lines
355 B
Diff
12 lines
355 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: ws2_32
|
|
+
|
|
if !os(windows) && !os(android)
|
|
extra-libraries: pthread
|