-
-
Notifications
You must be signed in to change notification settings - Fork 10k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ENV: fix homebrew_extra_pkg_config_paths #530
Conversation
@MikeMcQuaid this fixes a regression introduced by a02be9e By the way, this is at least the second time this same thing has happened probably because the variable name is "backwards." |
We probably should avoid to use As it would be help for readability and avoid misunderstanding, if we only keep |
👍 to Xu's comment. Let's try to get this shipped out fairly quickly, leaving things like this broken for longer than discovered is extra pain for us & users. |
Switch to HOMEBREW_LIBRARY since HOMEBREW_LIBRARY_PATH already includes "/Homebrew" and HOMEBREW_LIBRARY is less confusing.
8832e47
to
3cdddcb
Compare
PR refreshed. |
LGTM. I personally wouldn't bother to wait for CI on this one, but up to you. |
Ran test-bot locally, and it's fine of course |
Thanks for the fix! I agree that the similarity between Unfortunately, |
Sorry for the pain, folks.
Agreed. |
Switch to HOMEBREW_LIBRARY since HOMEBREW_LIBRARY_PATH already includes "/Homebrew" and HOMEBREW_LIBRARY is less confusing. Closes Homebrew#530. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
Switch to HOMEBREW_LIBRARY since HOMEBREW_LIBRARY_PATH already includes
"/Homebrew" and HOMEBREW_LIBRARY is less confusing.
Closes Homebrew/homebrew-core#3038.