Skip to content

Commit

Permalink
Add cargo:rustc-cdylib-link-arg into RESERVED_PREFIXES list
Browse files Browse the repository at this point in the history
  • Loading branch information
Brooooooklyn committed Dec 28, 2023
1 parent 1f70597 commit 7aaf275
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cargo/core/compiler/custom_build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -707,6 +707,7 @@ impl BuildOutput {
"rustc-link-lib=",
"rustc-link-search=",
"rustc-link-arg-cdylib=",
"rustc-cdylib-link-arg=",
"rustc-link-arg-bins=",
"rustc-link-arg-bin=",
"rustc-link-arg-tests=",
Expand Down

0 comments on commit 7aaf275

Please sign in to comment.