Skip to content

Commit

Permalink
Update configure
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Mitz <[email protected]>
  • Loading branch information
iguessthislldo and mitza-oci authored Apr 30, 2024
1 parent 4829b5a commit 6734aa8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -1214,7 +1214,7 @@ sub default_features {
my @feat;
if ($buildEnv{'build'} eq 'target') {
push(@feat, 'ipv6=1') if $opts{'ipv6'};
my @normalized = map {/=/ ? $_: "$_=1"} @features;
my @normalized = map {/=/ ? $_ : "$_=1"} @features;
push(@feat, @normalized) if @normalized;
}
return @feat;
Expand Down

0 comments on commit 6734aa8

Please sign in to comment.