aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/tab.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/tab.rb b/Library/Homebrew/tab.rb
index 3d549ac02..caf261a28 100644
--- a/Library/Homebrew/tab.rb
+++ b/Library/Homebrew/tab.rb
@@ -97,7 +97,7 @@ class Tab < OpenStruct
def cxxstdlib
# Older tabs won't have these values, so provide sensible defaults
- lib = stdlib || :libstdcxx
+ lib = stdlib
cc = compiler || MacOS.default_compiler
CxxStdlib.new(lib.to_sym, cc.to_sym)
end