aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/build.rb
diff options
context:
space:
mode:
authorMisty De Meo2013-10-06 19:34:39 -0700
committerMisty De Meo2013-10-06 19:34:39 -0700
commit80c77e611381027590ac7fce9ca9c093af7b1b0c (patch)
tree1121af85b50837565d040c36ecb099e4d9e2e3bb /Library/Homebrew/build.rb
parent8427e7136878241f96b04a67ee73f9e548d731da (diff)
downloadbrew-80c77e611381027590ac7fce9ca9c093af7b1b0c.tar.bz2
build: fix typo
Diffstat (limited to 'Library/Homebrew/build.rb')
-rwxr-xr-xLibrary/Homebrew/build.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/build.rb b/Library/Homebrew/build.rb
index d9f4fa43b..cc58bf4b0 100755
--- a/Library/Homebrew/build.rb
+++ b/Library/Homebrew/build.rb
@@ -142,7 +142,7 @@ class Build
end
# TODO Track user-selected stdlibs, such as boost in C++11 mode
- stdlib = ENV.compiler == :clang ? MacOS.default_cxx_stdib : :libstdcxx
+ stdlib = ENV.compiler == :clang ? MacOS.default_cxx_stdlib : :libstdcxx
stdlib_in_use = CxxStdlib.new(stdlib, ENV.compiler)
# This is a bad place for this check, but we don't have access to