mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-09 06:23:36 +00:00
10 lines
317 B
Diff
10 lines
317 B
Diff
--- a/.cargo/config.toml
|
|
+++ b/.cargo/config.toml
|
|
@@ -3,6 +3,3 @@
|
|
|
|
[target.'cfg(all(target_os = "macos", target_arch = "x86_64"))']
|
|
rustflags = ["-C", "link-arg=-mmacosx-version-min=10.15"]
|
|
-
|
|
-[target.'cfg(all(target_os = "linux", target_arch = "x86_64"))']
|
|
-rustflags = ["-C", "target-feature=+crt-static"]
|