Skip to content

FindPkgConfig: Avoid finding Strawberry Perl's pkg-config

Strawberry Perl may be in the PATH to provide perl, but it also comes with a pkg-config tool that is unrelated to normal MinGW distributions. Since !9173 (merged) we need to avoid searching Strawberry Perl's .../c/lib directory, so do not let its pkg-config point us there.

Fixes: #25820 (closed)
Issue: #23975 (closed)
Backport: release

Edited by Brad King

Merge request reports