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.
1 parent 234951e commit a530032Copy full SHA for a530032
1 file changed
README.md
@@ -49,7 +49,8 @@ Warning: Refusing to link: openssl
49
followed by a compile error not being able to find one or more
50
openssl/ include files, you may want to try:
51
```sh
52
-export DEP_OPENSSL_INCLUDE=/usr/local/include
+export OPENSSL_INCLUDE_DIR="$(brew --prefix openssl)/include"
53
+export OPENSSL_LIB_DIR="$(brew --prefix openssl)/lib"
54
./mach build ...
55
```
56
0 commit comments