Skip to content
Commit 3e5c31f2 authored by Mislav Marohnić's avatar Mislav Marohnić
Browse files

Support Rubinius linking against Homebrew openssl

Internally, ruby-build will want to set `--with-openssl-dir` if we try
to detect Homebrew's OpenSSL or build one for the OS X. However,
Rubinius doesn't support that configure flag. So, this translates
`--with-openssl-dir` to a combination of `--with-lib-dir` and
`--with-include-dir`.
parent c431c25e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment