ponyc: do verbose build

Closes Homebrew/homebrew#48578.

Signed-off-by: Andrew Janke <andrew@apjanke.net>
master
Andrew Janke 2016-01-28 23:01:01 -05:00
parent 2b1bf2fbd4
commit 6bc77cf3f0
1 changed files with 1 additions and 1 deletions

View File

@ -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