aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
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