Skip to content
Snippets Groups Projects
Commit b0d45b29 authored by Misty De Meo's avatar Misty De Meo
Browse files

Mach: add as_cmake_arch_flags helper

parent ab633864
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,10 @@ module ArchitectureListExtension
self.collect{ |a| "-arch #{a}" }.join(' ')
end
def as_cmake_arch_flags
self.join(';')
end
protected
def intersects_all?(*set)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment