From 80c77e611381027590ac7fce9ca9c093af7b1b0c Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Sun, 6 Oct 2013 19:34:39 -0700 Subject: [PATCH] build: fix typo --- Library/Homebrew/build.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/build.rb b/Library/Homebrew/build.rb index d9f4fa43b9..cc58bf4b08 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