mirror of
https://github.com/simplex-chat/simplex-chat.git
synced 2026-04-07 15:06:07 +00:00
19 lines
536 B
Plaintext
19 lines
536 B
Plaintext
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
|
|
|
|
package rocksdb-haskell-jprupp
|
|
extra-include-dirs: /opt/homebrew/opt/rocksdb/include
|
|
extra-lib-dirs: /opt/homebrew/opt/rocksdb/lib
|
|
|
|
test-show-details: direct
|