diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/formula.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/formula.rb b/Library/Homebrew/formula.rb index 2da151d6e..15b9734fc 100644 --- a/Library/Homebrew/formula.rb +++ b/Library/Homebrew/formula.rb @@ -638,7 +638,7 @@ class Formula # Explicitly request changing C++ standard library compatibility check # settings. Use with caution! def cxxstdlib_check check_type - @cxxstdlib << check_type + cxxstdlib << check_type end def self.method_added method |
