Dependencies installation not done with -D.
This commit is contained in:
parent
a010687a90
commit
c15397b8bb
@ -137,7 +137,7 @@ begin
|
||||
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.
|
||||
opts = ["add"] + (ENV["APK_FLAGS"]? || "-i").split(/[ \t]+/) + dependencies
|
||||
puts "+ apk #{opts.join " "}"
|
||||
|
Reference in New Issue
Block a user