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

WIP: Never pick up Strawberry Perl's pkg-config as a valid implementation #165

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Apr 7, 2024

  1. Never pick up Strawberry Perl's pkg-config as a valid implementation

    Strawberry Perl places a `pkg-config.bat` into PATH that is written in
    Perl and is not intended to be used by third parties as a MinGW
    distribution. This wouldn't matter, except that Strawberry Perl is
    also included in Github CI images out of the box, in `PATH`, and it
    breaks everyone's CI jobs.
    
    This is already done by Meson and CMake:
    
    mesonbuild/meson#9384
    
    https://gitlab.kitware.com/cmake/cmake/-/merge_requests/9375
    
    Fixes rust-lang#164
    nirbheek committed Apr 7, 2024
    Configuration menu
    Copy the full SHA
    cfd54fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68b3e36 View commit details
    Browse the repository at this point in the history