one less block in mac dep
This commit is contained in:
parent
fc1f4e4193
commit
57c2c560a1
@ -1,7 +1,6 @@
|
|||||||
class DependencyCollector
|
class DependencyCollector
|
||||||
def ant_dep(spec, tags)
|
def ant_dep(spec, tags)
|
||||||
if MacOS.version >= :mavericks
|
return if MacOS.version < :mavericks
|
||||||
Dependency.new(spec.to_s, tags)
|
Dependency.new(spec.to_s, tags)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user