make linux behaviour the default. override only for macos
This commit is contained in:
parent
0029ad2929
commit
1de9f3baf3
@ -135,6 +135,10 @@ class DependencyCollector
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
def ant_dep(spec, tags)
|
||||||
|
Dependency.new(spec.to_s, tags)
|
||||||
|
end
|
||||||
|
|
||||||
def resource_dep(spec, tags)
|
def resource_dep(spec, tags)
|
||||||
tags << :build
|
tags << :build
|
||||||
strategy = spec.download_strategy
|
strategy = spec.download_strategy
|
||||||
|
@ -2,6 +2,4 @@ require "dependency_collector"
|
|||||||
|
|
||||||
if OS.mac?
|
if OS.mac?
|
||||||
require "extend/os/mac/dependency_collector"
|
require "extend/os/mac/dependency_collector"
|
||||||
elsif OS.linux?
|
|
||||||
require "extend/os/linux/dependency_collector"
|
|
||||||
end
|
end
|
||||||
|
@ -1,5 +0,0 @@
|
|||||||
class DependencyCollector
|
|
||||||
def ant_dep(spec, tags)
|
|
||||||
Dependency.new(spec.to_s, tags)
|
|
||||||
end
|
|
||||||
end
|
|
Loading…
x
Reference in New Issue
Block a user