aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2015-02-06 08:39:47 +0000
committerMike McQuaid2015-02-06 08:39:47 +0000
commitab47508f0491a0acbce51a60ffd8da87991fd82a (patch)
tree7aa7f5320dcc57f8abb8cd4ddcbc7c17dbd7076f
parent9f549164aa7628f95bfd3945b4fc9cbbc9e03dd4 (diff)
downloadhomebrew-ab47508f0491a0acbce51a60ffd8da87991fd82a.tar.bz2
boost: fix icu build.
Closes #36591.
-rw-r--r--Library/Formula/boost.rb2
1 files changed, 1 insertions, 1 deletions
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