aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/icu4c.rb4
1 files changed, 2 insertions, 2 deletions
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