Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update openssl location for osx homebrew #13225

Merged
merged 1 commit into from Sep 14, 2016
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

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
  • Loading branch information
santagada committed Sep 14, 2016
commit a5300326105f219544a95b6d3695799bfd608a74
@@ -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 ...
```

ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.