diff options
| author | Misty De Meo | 2013-10-06 19:34:39 -0700 |
|---|---|---|
| committer | Misty De Meo | 2013-10-06 19:34:39 -0700 |
| commit | 80c77e611381027590ac7fce9ca9c093af7b1b0c (patch) | |
| tree | 1121af85b50837565d040c36ecb099e4d9e2e3bb /Library/Homebrew/build.rb | |
| parent | 8427e7136878241f96b04a67ee73f9e548d731da (diff) | |
| download | brew-80c77e611381027590ac7fce9ca9c093af7b1b0c.tar.bz2 | |
build: fix typo
Diffstat (limited to 'Library/Homebrew/build.rb')
| -rwxr-xr-x | Library/Homebrew/build.rb | 2 |
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 |
