pijul: update openssl env var and comment

This commit is contained in:
commitay 2018-09-03 14:55:38 +10:00
parent 54824673da
commit 2e2b4cd96c

View file

@ -17,8 +17,8 @@ class Pijul < Formula
depends_on "openssl"
def install
# Ensure that the `openssl-sys` crate picks up the intended library.
# (If we're not careful, LibreSSL or OpenSSL 1.1 gets used instead.)
# Ensure that the `openssl` crate picks up the intended library.
# https://crates.io/crates/openssl#manual-configuration
ENV["OPENSSL_DIR"] = Formula["openssl"].opt_prefix
cd "pijul" do