sccache: avoid cargo deprecated syntax warning

This commit is contained in:
Dominyk Tiller 2018-08-29 13:39:18 +01:00
parent bfb7ea974c
commit b4a62de537
No known key found for this signature in database
GPG key ID: FE19AEFCF658C6F6

View file

@ -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