mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Update how to find openssl on OSX
using the OPENSSL_* variables makes rust-openssl find the hombrew library without the need to link it to a common lib directory
This commit is contained in:
parent
234951e4b6
commit
a530032610
1 changed files with 2 additions and 1 deletions
|
@ -49,7 +49,8 @@ Warning: Refusing to link: openssl
|
|||
followed by a compile error not being able to find one or more
|
||||
openssl/ include files, you may want to try:
|
||||
```sh
|
||||
export DEP_OPENSSL_INCLUDE=/usr/local/include
|
||||
export OPENSSL_INCLUDE_DIR="$(brew --prefix openssl)/include"
|
||||
export OPENSSL_LIB_DIR="$(brew --prefix openssl)/lib"
|
||||
./mach build ...
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue