parent
c4d8917f3f
commit
3703d60e57
@ -21,7 +21,7 @@ module ArchitectureListExtension
|
|||||||
end
|
end
|
||||||
|
|
||||||
def ppc?
|
def ppc?
|
||||||
(PPC_32BIT_ARCHS+PPC_64BIT_ARCHS).any? {|a| self.include? a}
|
(Hardware::CPU::PPC_32BIT_ARCHS+Hardware::CPU::PPC_64BIT_ARCHS).any? {|a| self.include? a}
|
||||||
end
|
end
|
||||||
|
|
||||||
def remove_ppc!
|
def remove_ppc!
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user