From 0a90e2d27723ec512385238402d720fa157934dd Mon Sep 17 00:00:00 2001 From: Xiyue Deng Date: Wed, 23 Oct 2013 01:28:28 -0700 Subject: icu4c: enable verbose build log. --- Library/Formula/icu4c.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/icu4c.rb b/Library/Formula/icu4c.rb index b84525cf0..2d8ad48d7 100644 --- a/Library/Formula/icu4c.rb +++ b/Library/Formula/icu4c.rb @@ -24,8 +24,8 @@ class Icu4c < Formula args << "--with-library-bits=64" if MacOS.prefer_64_bit? cd "source" do system "./configure", *args - system "make" - system "make install" + system "make", "VERBOSE=1" + system "make", "VERBOSE=1", "install" end end end -- cgit v1.2.3