Commit 1af6423
committed
ninja: don't exclude rustc native-static-link args
`rustc --crate-type staticlib --print native-static-libs` doesn't print
the default libraries being linked with rustc by default, at least not
with rustc 1.89.0 (29483883e 2025-08-04).
Stripping those by default, such as ws2_32 on win32, prevents from
linking programs using sockets (ex qemu).
Signed-off-by: Marc-André Lureau <[email protected]>1 parent 2f6e64b commit 1af6423
1 file changed
+1
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2104 | 2104 | | |
2105 | 2105 | | |
2106 | 2106 | | |
2107 | | - | |
2108 | | - | |
2109 | | - | |
2110 | | - | |
| 2107 | + | |
2111 | 2108 | | |
2112 | 2109 | | |
2113 | 2110 | | |
| |||
0 commit comments