chore(patch): update crt-static flag in build config (#130)
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# Prevents missing DLLs when running the binary on Windows
|
# Prevents missing DLLs when running the binary on Windows
|
||||||
# See https://github.com/shorebirdtech/shorebird/issues/1487
|
# See https://github.com/shorebirdtech/shorebird/issues/1487
|
||||||
[target.x86_64-pc-windows-msvc]
|
[target.'cfg(all(windows, target_env = "msvc"))']
|
||||||
rustflags = ["-Ctarget-feature=+crt-static"]
|
rustflags = ["-C", "target-feature=+crt-static"]
|
||||||
|
|||||||
Reference in New Issue
Block a user