From 2562c709286d6c1813a479a5b34fda116375fc30 Mon Sep 17 00:00:00 2001 From: Floogle <18466542+skyfloogle@users.noreply.github.com> Date: Sun, 14 Apr 2024 13:20:58 +0200 Subject: [PATCH] compile rustc --- .cargo/config.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index 192071f..b4bcb5e 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,5 +1,6 @@ [build] -target="i686-pc-windows-msvc" +build-stage = 1 +target="i686-win7-windows-msvc" [target.i686-pc-windows-msvc] rustflags = ["-Ctarget-feature=+crt-static"]