diff options
Diffstat (limited to 'Library/Homebrew/macos.rb')
| -rw-r--r-- | Library/Homebrew/macos.rb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Homebrew/macos.rb b/Library/Homebrew/macos.rb index e94ba62c9..e073eb07e 100644 --- a/Library/Homebrew/macos.rb +++ b/Library/Homebrew/macos.rb @@ -9,6 +9,9 @@ module MacOS extend self end def cat + # PowerPC builds per processor, not per OS + return Hardware::CPU.family if Hardware::CPU.type == :ppc + if version == :mountain_lion then :mountain_lion elsif version == :lion then :lion elsif version == :snow_leopard |
