Skip to content
This repository was archived by the owner on Apr 22, 2025. It is now read-only.

Conversation

MikeMcQuaid
Copy link
Member

@MikeMcQuaid MikeMcQuaid commented Mar 13, 2025

  • don't add pkg-config to the PATH on macOS, it's not needed as a shim already exists in Homebrew on macOS for this and we're overriding it here
  • replace pkg-config references with pkgconf which we use instead now to avoid unnecessary redirection
  • any package with a version specified in an environment variable should be prepended to PATH-like environment variables, not appended

@MikeMcQuaid MikeMcQuaid force-pushed the improve_paths branch 2 times, most recently from 7daa4ad to aa2d761 Compare March 13, 2025 12:27
@MikeMcQuaid MikeMcQuaid enabled auto-merge March 13, 2025 12:31
- don't add `pkg-config` to the PATH on macOS, it's not needed as a shim
  already exists in Homebrew on macOS for this and we're overriding it
  here
- replace `pkg-config` references with `pkgconf` which we use instead
  now to avoid unnecessary redirection
- any package with a version specified in an environment variable should
  be prepended to PATH-like environment variables, not appended
@MikeMcQuaid MikeMcQuaid merged commit 775802d into master Mar 13, 2025
5 checks passed
@MikeMcQuaid MikeMcQuaid deleted the improve_paths branch March 13, 2025 13:14
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants