diff options
| author | Misty De Meo | 2013-09-01 21:26:30 -0700 |
|---|---|---|
| committer | Misty De Meo | 2013-09-01 21:26:30 -0700 |
| commit | ca3ed1e5ff3cb62cbd71dd31649bc71a7b536cf0 (patch) | |
| tree | c37f6912f4fdabbeb89061c7067a4ba64f3439bf /Library | |
| parent | 96b50e013eafb43086448051394f0de1b834e3bc (diff) | |
| download | brew-ca3ed1e5ff3cb62cbd71dd31649bc71a7b536cf0.tar.bz2 | |
CompilerFailure: specify attr_rw for version
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/compilers.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/compilers.rb b/Library/Homebrew/compilers.rb index 8eb6d56fb..6343aa929 100644 --- a/Library/Homebrew/compilers.rb +++ b/Library/Homebrew/compilers.rb @@ -10,7 +10,7 @@ end class CompilerFailure attr_reader :compiler, :version - attr_rw :build, :cause + attr_rw :build, :version, :cause def initialize compiler, &block # Non-Apple compilers are in the format fails_with compiler => version |
