0
0
mirror of https://github.com/signalapp/libsignal.git synced 2024-09-19 19:42:19 +02:00

Fix typo in libsignal-node's build.rs

This commit is contained in:
Jordan Rose 2024-09-13 12:46:38 -07:00
parent e1ac0f3db4
commit 56d9778179

View File

@ -12,6 +12,6 @@ fn main() {
// We could disable rust-lld instead but then we'd lose out on the faster
// link times, so pass additional flags to the linker instead. See
// https://github.com/dtolnay/linkme/issues/94
println!("cargo::rustc-link-arg=-znostart-stop-gc");
println!("cargo:rustc-link-arg=-znostart-stop-gc");
}
}