about summary refs log tree commit diff
path: root/pkgs/applications/editors/jetbrains/patches/restarter-no-static-crt-override.patch
blob: cbc0405eee82a87b0fe0f177ff9f79011fa21f1a (plain) (blame)
1
2
3
4
5
6
7
8
9
--- 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"]