diff options
Diffstat (limited to 'Library/Homebrew/compilers.rb')
| -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 6f5b570b0..9561fc0fb 100644 --- a/Library/Homebrew/compilers.rb +++ b/Library/Homebrew/compilers.rb @@ -73,7 +73,7 @@ class CompilerSelector end while @f.fails_with?(cc) if cc.nil? - raise CompilerSelectionError + raise CompilerSelectionError.new(@f) else cc.name end |
