Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Auto merge of #13212 - Brooooooklyn:master, r=epage
Add cargo:rustc-cdylib-link-arg into RESERVED_PREFIXES list After #12201 was merged, the `cargo:rustc-cdylib-link-arg` in build script no longer works ```rs println!("cargo:rustc-cdylib-link-arg=-Wl"); println!("cargo:rustc-cdylib-link-arg=-undefined"); println!("cargo:rustc-cdylib-link-arg=dynamic_lookup"); ```
- Loading branch information