Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into v0.5.x
Browse files Browse the repository at this point in the history
  • Loading branch information
rewrking committed Sep 28, 2022
2 parents b64a5e3 + 74e7c4c commit fd18765
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Core/QueryController.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,7 @@ StringList QueryController::getArchitectures(const std::string& inToolchain) con
return {
std::move(kAuto),
"arm64",
"arm64_arm64",
"arm64_x64",
"arm64_x86",
};
Expand All @@ -428,11 +429,13 @@ StringList QueryController::getArchitectures(const std::string& inToolchain) con
"x86_64",
"i686",
"x64",
"x86",
"x64_x64",
"x64_x86",
"x64_arm",
"x64_arm64",
"x86_x86",
"x86_x64",
"x86",
"x86_arm",
"x86_arm64",
};
Expand Down

0 comments on commit fd18765

Please sign in to comment.