From 41d6fd08590eaca9f27a92713eca3e69f1e4d51d Mon Sep 17 00:00:00 2001 From: ktechmidas Date: Wed, 16 Oct 2024 19:33:28 +0300 Subject: [PATCH] Target 9? --- .cargo/config.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .cargo/config.toml diff --git a/.cargo/config.toml b/.cargo/config.toml new file mode 100644 index 0000000..0c75f5d --- /dev/null +++ b/.cargo/config.toml @@ -0,0 +1,2 @@ +[target.x86_64-pc-windows-gnu] +linker = "x86_64-w64-mingw32-g++-9" \ No newline at end of file