Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Windows static library detection and usage #154

Merged
merged 3 commits into from Jan 17, 2024

Commits on Jan 16, 2024

  1. Library: Allow using Meson-built Windows libraries

    Although there's a clear MSVC convention of calling import libraries
    "xxxx.lib", when a build system creates both static and shared
    libraries, a race condition will be caused [1].
    
    To this end, the Meson build system decided to also apply the GNU
    convention for the MSVC ABI [2], which is not considered in
    pkg-config-rs.
    
    [1]: https://aomedia-review.googlesource.com/c/aom/+/173603
    [2]: mesonbuild/meson#8153
    amyspark committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    73d776d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e37f666 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aafa1b2 View commit details
    Browse the repository at this point in the history