rust-lang / pkg-config-rs

Build library for invoking pkg-config for Rust
https://docs.rs/pkg-config
Apache License 2.0
173 stars 79 forks source link

Fix Windows static library detection and usage #154

Closed amyspark closed 10 months ago

amyspark commented 1 year ago

Hi!

This PR is intended to address some issues found when attempting to link to static libraries under Windows.

CC @nirbheek