Skip to content

Commit

Permalink
Update erts/emulator/utils/make_version
Browse files Browse the repository at this point in the history
Co-authored-by: Lukas Backström (FKA Larsson) <[email protected]>
  • Loading branch information
cocoa-xu and garazdawi authored Oct 28, 2024
1 parent ec688e1 commit a94ecb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erts/emulator/utils/make_version
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ my $architecture = shift;
defined $architecture or die "No architecture specified";
$architecture =~ s&^.*[/\\]&&; # Remove directory part if any

if ($architecture == "win32" && %ENV{"CONFIG_SUBTYPE"} == "arm64") {
if ($architecture eq "win32" && %ENV{"CONFIG_SUBTYPE"} eq "arm64") {
$architecture = "aarch64-pc-windows";
}

Expand Down

0 comments on commit a94ecb5

Please sign in to comment.