Skip to content

Commit

Permalink
Add x64 alias.
Browse files Browse the repository at this point in the history
  • Loading branch information
egorpugin committed Apr 10, 2024
1 parent 1b0e009 commit 22bbda6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sw/driver/build_settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ static OS fromTargetSettings(const TargetSettings &ts)
if (0);
IF_SETTING("x86", os.Arch, ArchType::x86);
IF_SETTING("x86_64", os.Arch, ArchType::x86_64);
IF_SETTING("x64", os.Arch, ArchType::x86_64);
IF_SETTING("arm", os.Arch, ArchType::arm);
IF_SETTING("arm64", os.Arch, ArchType::aarch64);
IF_SETTING("aarch64", os.Arch, ArchType::aarch64);
Expand Down

0 comments on commit 22bbda6

Please sign in to comment.