aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorMisty De Meo2013-10-06 19:34:39 -0700
committerMisty De Meo2013-10-06 19:34:39 -0700
commit6f7de3568c2e1e2160d37538dc872ed6a588993c (patch)
tree067a54730cce4fe7960a360759e8e046b69227f2 /Library/Homebrew
parent4ed26b20f4f508c4d5254f452bcaeadb32bf3ede (diff)
downloadhomebrew-6f7de3568c2e1e2160d37538dc872ed6a588993c.tar.bz2
build: fix typo
Diffstat (limited to 'Library/Homebrew')
-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