gifski: avoid cargo deprecated syntax warning
This commit is contained in:
parent
e77441ec7e
commit
fb228681d2
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ class Gifski < Formula
|
|||
def install
|
||||
args = []
|
||||
args << "--features=openmp" if build.with? "openmp"
|
||||
system "cargo", "install", "--root", prefix, *args
|
||||
system "cargo", "install", "--root", prefix, "--path", ".", *args
|
||||
end
|
||||
|
||||
test do
|
||||
|
|
Loading…
Reference in a new issue