Mach: add as_cmake_arch_flags helper
This commit is contained in:
parent
ab633864d5
commit
b0d45b29bd
@ -32,6 +32,10 @@ module ArchitectureListExtension
|
|||||||
self.collect{ |a| "-arch #{a}" }.join(' ')
|
self.collect{ |a| "-arch #{a}" }.join(' ')
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def as_cmake_arch_flags
|
||||||
|
self.join(';')
|
||||||
|
end
|
||||||
|
|
||||||
protected
|
protected
|
||||||
|
|
||||||
def intersects_all?(*set)
|
def intersects_all?(*set)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user