Skip to content

Commit

Permalink
Add --directdepsend-- indicator in native deps extraction
Browse files Browse the repository at this point in the history
  • Loading branch information
mlschroe committed Mar 22, 2022
1 parent c88a653 commit 184ae72
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Build/Expand.pm
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,8 @@ sub expand {
}
return (undef, @error) if @error;

push @native, '--directdepsend--' if $extractnative;

while (@todo || @todo_inst) {
# install a set of chosen packages
# ($aconficts must not be set for any of them)
Expand Down

0 comments on commit 184ae72

Please sign in to comment.