diff --git a/patch/.cargo/config.toml b/patch/.cargo/config.toml new file mode 100644 index 0000000..0252465 --- /dev/null +++ b/patch/.cargo/config.toml @@ -0,0 +1,4 @@ +# Prevents missing DLLs when running the binary on Windows +# See https://github.com/shorebirdtech/shorebird/issues/1487 +[target.x86_64-pc-windows-msvc] +rustflags = ["-Ctarget-feature=+crt-static"]