Skip to content

Commit 7aaf275

Browse files
committed
Add cargo:rustc-cdylib-link-arg into RESERVED_PREFIXES list
1 parent 1f70597 commit 7aaf275

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/cargo/core/compiler/custom_build.rs

+1
Original file line numberDiff line numberDiff line change
@@ -707,6 +707,7 @@ impl BuildOutput {
707707
"rustc-link-lib=",
708708
"rustc-link-search=",
709709
"rustc-link-arg-cdylib=",
710+
"rustc-cdylib-link-arg=",
710711
"rustc-link-arg-bins=",
711712
"rustc-link-arg-bin=",
712713
"rustc-link-arg-tests=",

0 commit comments

Comments
 (0)