From ab47508f0491a0acbce51a60ffd8da87991fd82a Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Fri, 6 Feb 2015 08:39:47 +0000 Subject: boost: fix icu build. Closes #36591. --- Library/Formula/boost.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/boost.rb b/Library/Formula/boost.rb index 2601d4ff6..d6dd4adc6 100644 --- a/Library/Formula/boost.rb +++ b/Library/Formula/boost.rb @@ -57,7 +57,7 @@ class Boost < Formula # libdir should be set by --prefix but isn't bootstrap_args = ["--prefix=#{prefix}", "--libdir=#{lib}"] - if build.with? "icu" + if build.with? "icu4c" icu4c_prefix = Formula["icu4c"].opt_prefix bootstrap_args << "--with-icu=#{icu4c_prefix}" else -- cgit v1.2.3