ocaml / opam

opam is a source-based package manager. It supports multiple simultaneous compiler installations, flexible package constraints, and a Git-friendly development workflow.
https://opam.ocaml.org
Other
1.21k stars 348 forks source link

Do not special case the rewriting rule for the PKG_CONFIG_PATH environment variable #6002

Closed kit-ty-kate closed 4 weeks ago

kit-ty-kate commented 4 weeks ago

Fixes #5923

The special casing of PKG_CONFIG_PATH was added in https://github.com/ocaml/opam/commit/fd429e33420cece92d82e803c26079185baafd74 but is not needed anymore since https://github.com/ocaml/opam/pull/5636