ponyc: do verbose build
Closes Homebrew/homebrew#48578. Signed-off-by: Andrew Janke <andrew@apjanke.net>master
parent
2b1bf2fbd4
commit
6bc77cf3f0
|
@ -17,7 +17,7 @@ class Ponyc < Formula
|
|||
|
||||
def install
|
||||
ENV.cxx11
|
||||
system "make", "install", "config=release", "destdir=#{prefix}"
|
||||
system "make", "install", "config=release", "destdir=#{prefix}", "verbose=1"
|
||||
end
|
||||
|
||||
test do
|
||||
|
|
Loading…
Reference in New Issue