Replies: 1 comment 1 reply
-
cc @cho-m for input |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Additional Info
Output of
brew config
Output of
brew doctor
Description of issue
install
qtbase
ie.brew install qtbase
with a homebrew setup in a non standard prefix ie. say homebrew is setup like the below,the quick dirty fix is running
brew install qtbase -v -s
and the install properly sets the installation prefix as shown above with my current install.not sure how homebrew decides whether a formula needs to be built source or not, but definitely the bottle for qtbase should NOT be installed for a homebrew setup in a non standard prefix.
Beta Was this translation helpful? Give feedback.
All reactions