sccache: avoid cargo deprecated syntax warning
This commit is contained in:
parent
bfb7ea974c
commit
b4a62de537
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,8 @@ class Sccache < Formula
|
|||
ENV["OPENSSL_INCLUDE_DIR"] = Formula["openssl"].opt_include
|
||||
ENV["OPENSSL_LIB_DIR"] = Formula["openssl"].opt_lib
|
||||
|
||||
system "cargo", "install", "--root", prefix, "--features", "all"
|
||||
system "cargo", "install", "--root", prefix, "--path", ".",
|
||||
"--features", "all"
|
||||
end
|
||||
|
||||
test do
|
||||
|
|
Loading…
Reference in a new issue