We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d181703 + a4a24e1 commit 3b0f9e8Copy full SHA for 3b0f9e8
HsOpenSSL.cabal
@@ -99,11 +99,15 @@ Library
99
Build-Depends: integer-gmp >= 1.0.0 && < 1.1.0
100
101
if os(darwin) && flag(homebrew-openssl)
102
- Include-Dirs: /usr/local/opt/openssl/include
103
- Extra-Lib-Dirs: /usr/local/opt/openssl/lib
+ if arch(aarch64)
+ Include-Dirs: /opt/homebrew/opt/openssl/include
104
+ Extra-Lib-Dirs: /opt/homebrew/opt/openssl/lib
105
+ else
106
+ Include-Dirs: /usr/local/opt/openssl/include
107
+ Extra-Lib-Dirs: /usr/local/opt/openssl/lib
108
109
if os(darwin) && flag(macports-openssl)
- Include-Dirs: /opt/local/include
110
+ Include-Dirs: /opt/local/include
111
Extra-Lib-Dirs: /opt/local/lib
112
113
if flag(use-pkg-config)
0 commit comments