diff options
| -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 d04a86db0..a7c84ac2d 100644 --- a/Library/Homebrew/cxxstdlib.rb +++ b/Library/Homebrew/cxxstdlib.rb @@ -1,7 +1,7 @@ require "compilers" class CxxStdlib - attr_accessor :type, :compiler + attr_reader :type, :compiler def initialize(type, compiler) if type && ![:libstdcxx, :libcxx].include?(type) |
