Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MSVC: remove
=static
from Cargo link command
rust-lang/rust#72785 introduced a breaking change for MSVC targets that causes linking against a static library to fail when using `cargo:rustc-link-lib=static`. As a workaround, remove `=static` from the MSVC code until Rust allows disabling whole archive linking.
- Loading branch information