Dependencies installation not done with -D.
parent
a010687a90
commit
c15397b8bb
|
@ -137,7 +137,7 @@ begin
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
if dependencies.size > 0 && ! skip_build_dependencies
|
if dependencies.size > 0 && ! skip_build_dependencies && !download_only
|
||||||
# FIXME: We’ll probably want to have backends other than apk at some point.
|
# FIXME: We’ll probably want to have backends other than apk at some point.
|
||||||
opts = ["add"] + (ENV["APK_FLAGS"]? || "-i").split(/[ \t]+/) + dependencies
|
opts = ["add"] + (ENV["APK_FLAGS"]? || "-i").split(/[ \t]+/) + dependencies
|
||||||
puts "+ apk #{opts.join " "}"
|
puts "+ apk #{opts.join " "}"
|
||||||
|
|
Reference in New Issue