chore(patch): update crt-static flag in build config (#130)

This commit is contained in:
Bryan Oltman
2024-02-27 14:58:29 -05:00
committed by GitHub
parent 140d3d4892
commit b9ae80fabe
+2 -2
View File
@@ -1,4 +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"]
[target.'cfg(all(windows, target_env = "msvc"))']
rustflags = ["-C", "target-feature=+crt-static"]