Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
configure: Use the system
PKG_CONFIG_PATH
I noticed this while working on a nix devShell to work on CLN. We are blanked overriding the `pkg-config` search path, which can cause some trouble. Specifically `nix` uses content addressable locations, and macOS arm64 and x84_64 use separate `pkg-config` search paths, and by overwriting it we can cause a mix of different architectures failing the compilation Changelog-Fixed: configure: We now respect the `PKG_CONFIG_PATH` environment variable
- Loading branch information