aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cargo/.local/share
diff options
context:
space:
mode:
Diffstat (limited to 'cargo/.local/share')
-rw-r--r--cargo/.local/share/cargo/config.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/cargo/.local/share/cargo/config.toml b/cargo/.local/share/cargo/config.toml
index 70f9eae..25d5215 100644
--- a/cargo/.local/share/cargo/config.toml
+++ b/cargo/.local/share/cargo/config.toml
@@ -1,2 +1,6 @@
[registries.crates-io]
protocol = "sparse"
+
+[target.x86_64-pc-windows-gnu]
+linker = "/usr/bin/x86_64-w64-mingw32-gcc"
+ar = "/usr/bin/x86_64-w64-mingw32-ar"