Skip to content

Commit

Permalink
Call disable_localization unconditionally
Browse files Browse the repository at this point in the history
  • Loading branch information
NobodyXu authored Nov 24, 2024
1 parent ea1f9cc commit b4e0dbf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1784,9 +1784,8 @@ impl Build {
if cfg!(target_os = "macos") {
self.fix_env_for_apple_os(&mut cmd)?;
}
if msvc {
disable_localization(&mut cmd);
}

disable_localization(&mut cmd);

Ok((cmd, name))
}
Expand Down

0 comments on commit b4e0dbf

Please sign in to comment.