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:
parent
aa71333f07
commit
354be27cf1
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ class Weechat < Formula
|
|||
|
||||
mkdir "build" do
|
||||
system "cmake", "..", *args
|
||||
system "make", "install"
|
||||
system "make", "install", "VERBOSE=1"
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue