weechat: enable verbose build

So we can see where things break

Closes #208.

Signed-off-by: Andrew Janke <andrew@apjanke.net>
This commit is contained in:
Andrew Janke 2016-04-11 01:24:53 -04:00
parent aa71333f07
commit 354be27cf1

View file

@ -46,7 +46,7 @@ class Weechat < Formula
mkdir "build" do
system "cmake", "..", *args
system "make", "install"
system "make", "install", "VERBOSE=1"
end
end