Skip to content

Commit

Permalink
template-glib: 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 80bd147 commit afe4dcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/template-glib.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class TemplateGlib < Formula

def install
mkdir "build" do
system "meson", "--prefix=#{prefix}", "-Dwith_vapi=false", ".."
system "meson", *std_meson_args, "-Dwith_vapi=false", ".."
system "ninja", "-v"
system "ninja", "install", "-v"
end
Expand Down

0 comments on commit afe4dcc

Please sign in to comment.