From 6dabb7bc48d8bdf35534b3437fc924f2ff85b1ef Mon Sep 17 00:00:00 2001 From: Shaun Jackman Date: Thu, 29 Aug 2013 16:50:11 -0700 Subject: universal_archs returns ArchitectureListExtension Closes #22210. Signed-off-by: Misty De Meo --- Library/Homebrew/os/linux/hardware.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Homebrew/os/linux/hardware.rb b/Library/Homebrew/os/linux/hardware.rb index 9f16ffd1f..4e84d31b1 100644 --- a/Library/Homebrew/os/linux/hardware.rb +++ b/Library/Homebrew/os/linux/hardware.rb @@ -5,7 +5,7 @@ module LinuxCPUs # Linux supports x86 only, and universal archs do not apply def arch_32_bit; :i386; end def arch_64_bit; :x86_64; end - def universal_archs; []; end + def universal_archs; [].extend ArchitectureListExtension; end def type @cpu_type ||= case `uname -m` -- cgit v1.2.3