Skip to content

Commit

Permalink
productcompose: support default architecture listing
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianschroeter committed Nov 24, 2023
1 parent dc16b59 commit 1e3bd4a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Build/ProductCompose.pm
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,13 @@ sub parse {
if ($bo) {
$ret->{'sourcemedium'} = 1 if $bo->{'source'};
$ret->{'debugmedium'} = 1 if $bo->{'debug'};
my @architectures = @{$bo->{'architectures'} || []};
if ($bo->{'flavors'}) {
if ($bo->{'flavors'}) {

}
}
$ret->{'exclarch'} = \@architectures if @architectures;
}

return $ret;
Expand Down

0 comments on commit 1e3bd4a

Please sign in to comment.