aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/os/mac/hardware.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Homebrew/os/mac/hardware.rb b/Library/Homebrew/os/mac/hardware.rb
index a4c54b0d8..d14952b8d 100644
--- a/Library/Homebrew/os/mac/hardware.rb
+++ b/Library/Homebrew/os/mac/hardware.rb
@@ -42,6 +42,8 @@ module MacCPUs
:sandybridge
when 0x1F65E835 # Ivy Bridge
:ivybridge
+ when 0x10B282DC # Haswell
+ :haswell
else
:dunno
end