Open lu-zero opened 7 months ago
muon doesn't really have a use for a PKG_CONFIG
envvar because it doesn't call pkgconf or pkg-config. It uses libpkgconf internally. So whats happening here is more likely an issue with the pkg config search path.
the libpkgconf is the same as the one used by pkgconf, so it is fairly strange they pick different env vars for the search paths and being a quite stock macos+homebrew it isn't even exotic.
muon doesn't really have a use for a
PKG_CONFIG
envvar because it doesn't call pkgconf or pkg-config. It uses libpkgconf internally. So whats happening here is more likely an issue with the pkg config search path.
To be fair, one common use of $PKG_CONFIG is to select a wrapper that has set up the search path variables...
the system only has pkgconf thus