Update comments

This commit is contained in:
Taiki Endo
2024-11-20 04:05:49 +09:00
parent adcdc5f593
commit f0e0e09968
3 changed files with 17 additions and 17 deletions

View File

@@ -441,7 +441,7 @@ fn main() -> Result<()> {
&& download_info[&HostPlatform::x86_64_macos].url
== download_info[&HostPlatform::aarch64_macos].url
{
// macOS universal binary or x86_64 binary that works on both x86_64 and aarch64 (rosetta).
// macOS universal binary or x86_64 binary that works on both x86_64 and AArch64 (rosetta).
download_info.remove(&HostPlatform::aarch64_macos);
}
has_build_metadata |= !semver_version.build.is_empty();