Skip to content

Commit

Permalink
Fix: Properly set vendor in i686-win7-windows-msvc target
Browse files Browse the repository at this point in the history
  • Loading branch information
roblabla committed Jan 3, 2024
1 parent e836561 commit d9d23fa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ pub fn target() -> Target {
let mut base = base::windows_msvc::opts();
base.cpu = "pentium4".into();
base.max_atomic_width = Some(64);
base.vendor = "win7".into();

base.add_pre_link_args(
LinkerFlavor::Msvc(Lld::No),
Expand Down

0 comments on commit d9d23fa

Please sign in to comment.