From 80154bbf9f32e296834b8eaf7a4e61b3caf7114c Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Fri, 8 Feb 2019 13:52:57 -0800 Subject: [PATCH] Build with static CRT on Windows, fixes #89. --- .cargo/config | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .cargo/config diff --git a/.cargo/config b/.cargo/config new file mode 100644 index 00000000..0beee4e0 --- /dev/null +++ b/.cargo/config @@ -0,0 +1,2 @@ +[target.x86_64-pc-windows-msvc] +rustflags = ["-Ctarget-feature=+crt-static"] \ No newline at end of file