aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Homebrew/cxxstdlib.rb2
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)