-
-
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
pkg-config doesn't pickup the homebrew pkg-config path #539
Comments
You need to brew update. This was fixed. |
But my build log shows that brew was upgraded to 092d471, which was the most recent commit as of writing.
|
@andyli It looks like your problem may be here: It doesn't upgrade anything but cmake, and the path is hard coded in the pkg-config binary, so you need to at least upgrade pkg-config too, but I'd suggest just making it |
Doing |
@andyli that's great! Glad you got it working. |
Discovered from our TravisCI build that suddenly fails recently.
In the build, after migrating Homebrew to v0.9.9, the pkg-config path search path is not updated:
where
/usr/local/Library/ENV/pkgconfig/10.9
should be/usr/local/Library/Homebrew/os/mac/pkgconfig/10.9
.The text was updated successfully, but these errors were encountered: