Skip to content

Commit

Permalink
simple-scan: use standard meson args
Browse files Browse the repository at this point in the history
  • Loading branch information
iMichka committed May 2, 2020
1 parent b5c6c17 commit 80bd147
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/simple-scan.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ class SimpleScan < Formula
def install
ENV["DESTDIR"] = "/"
mkdir "build" do
system "meson", "--prefix=#{prefix}", ".."
system "meson", *std_meson_args, ".."
system "ninja", "-v"
system "ninja", "install", "-v"
end
Expand Down

0 comments on commit 80bd147

Please sign in to comment.