unsupported linker arg: --enable-new-dtags #18249
Labels
enhancement
Solving this issue will likely involve adding new logic or components to the codebase.
linking
zig cc
Zig as a drop-in C compiler feature
Milestone
Zig Version
0.12.0-dev.1807+d27002011
Steps to Reproduce and Observed Behavior
Since version 1.74
rustc
now adds-Wl,--enable-new-dtags
when it thinksld
is used for linking c libraries.this has been added with this MR: rust-lang/rust#30394
I tried this doing
cargo install cargo-workspaces
for instance.Expected Behavior
....
The text was updated successfully, but these errors were encountered: