From afe4dcc9295b60dcbc5351e602f6578784576661 Mon Sep 17 00:00:00 2001 From: Michka Popoff Date: Fri, 1 May 2020 23:46:22 +0200 Subject: [PATCH] template-glib: use standard meson args --- Formula/template-glib.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/template-glib.rb b/Formula/template-glib.rb index f3c1f9ae2900c..a748af655af81 100644 --- a/Formula/template-glib.rb +++ b/Formula/template-glib.rb @@ -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