mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2025-06-29 04:39:53 +00:00
* core: update remote API * Add session verification event between tls and http2 * roll back char_ '@' parsers * use more specific parser for verification codes * cabal.project.local for mac --------- Co-authored-by: IC Rainbow <aenor.realm@gmail.com>
14 lines
396 B
Text
14 lines
396 B
Text
ignore-project: False
|
|
|
|
-- amend to point to the actual openssl location
|
|
|
|
package simplexmq
|
|
extra-include-dirs: /opt/homebrew/opt/openssl@1.1/include
|
|
extra-lib-dirs: /opt/homebrew/opt/openssl@1.1/lib
|
|
|
|
package direct-sqlcipher
|
|
extra-include-dirs: /opt/homebrew/opt/openssl@1.1/include
|
|
extra-lib-dirs: /opt/homebrew/opt/openssl@1.1/lib
|
|
flags: +openssl
|
|
|
|
test-show-details: direct
|