diff options
Diffstat (limited to 'Library/Homebrew/cxxstdlib.rb')
| -rw-r--r-- | Library/Homebrew/cxxstdlib.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cxxstdlib.rb b/Library/Homebrew/cxxstdlib.rb index a7c84ac2d..27c03b625 100644 --- a/Library/Homebrew/cxxstdlib.rb +++ b/Library/Homebrew/cxxstdlib.rb @@ -8,7 +8,7 @@ class CxxStdlib raise ArgumentError, "Invalid C++ stdlib type: #{type}" end - @type = type.to_sym if type + @type = type @compiler = compiler.to_sym end |
