sccache: update openssl env var and comment
This commit is contained in:
parent
faa516a134
commit
62a197ed71
1 changed files with 3 additions and 2 deletions
|
@ -16,8 +16,9 @@ class Sccache < Formula
|
|||
depends_on "openssl"
|
||||
|
||||
def install
|
||||
ENV["OPENSSL_INCLUDE_DIR"] = Formula["openssl"].opt_include
|
||||
ENV["OPENSSL_LIB_DIR"] = Formula["openssl"].opt_lib
|
||||
# Ensure that the `openssl` crate picks up the intended library.
|
||||
# https://crates.io/crates/openssl#manual-configuration
|
||||
ENV["OPENSSL_DIR"] = Formula["openssl"].opt_prefix
|
||||
|
||||
system "cargo", "install", "--root", prefix, "--path", ".",
|
||||
"--features", "all"
|
||||
|
|
Loading…
Reference in a new issue