diff --git a/crates/bridge/Cargo.toml b/crates/bridge/Cargo.toml index 388c32c..672d164 100644 --- a/crates/bridge/Cargo.toml +++ b/crates/bridge/Cargo.toml @@ -10,6 +10,9 @@ exclude = ["index.node"] [lib] crate-type = ["cdylib"] +[build] +rustflags = ["-C", "target-feature=-crt-static"] + # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]