buildenv: fix regression introduced by #134215
This commit is contained in:
parent
f45fa31ab2
commit
1ec54d2fba
1 changed files with 1 additions and 1 deletions
|
@ -14,6 +14,7 @@ $SIG{__WARN__} = sub { warn "warning: ", @_ };
|
||||||
$SIG{__DIE__} = sub { die "error: ", @_ };
|
$SIG{__DIE__} = sub { die "error: ", @_ };
|
||||||
|
|
||||||
my $out = $ENV{"out"};
|
my $out = $ENV{"out"};
|
||||||
|
my $extraPrefix = $ENV{"extraPrefix"};
|
||||||
|
|
||||||
my @pathsToLink = split ' ', $ENV{"pathsToLink"};
|
my @pathsToLink = split ' ', $ENV{"pathsToLink"};
|
||||||
|
|
||||||
|
@ -256,7 +257,6 @@ while (scalar(keys %postponed) > 0) {
|
||||||
|
|
||||||
|
|
||||||
# Create the symlinks.
|
# Create the symlinks.
|
||||||
my $extraPrefix = $ENV{"extraPrefix"};
|
|
||||||
my $nrLinks = 0;
|
my $nrLinks = 0;
|
||||||
foreach my $relName (sort keys %symlinks) {
|
foreach my $relName (sort keys %symlinks) {
|
||||||
my ($target, $priority) = @{$symlinks{$relName}};
|
my ($target, $priority) = @{$symlinks{$relName}};
|
||||||
|
|
Loading…
Reference in a new issue