From 1dcdd0efb1a44c9879a023aa27a8f2c26c2953aa Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Mon, 20 Nov 2023 05:43:36 +0100 Subject: Add i686-pc-windows-msvc target Fixes #1272. --- .cargo/config.toml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.cargo') diff --git a/.cargo/config.toml b/.cargo/config.toml index ac2b23f..7e766c3 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,2 +1,5 @@ [target.x86_64-pc-windows-msvc] rustflags = ["-C", "target-feature=+crt-static"] + +[target.i686-pc-windows-msvc] +rustflags = ["-C", "target-feature=+crt-static"] -- cgit v1.2.3