Describe the change(s)
The build scripts assume that homebrew has been installed in its default prefix. However, with new ARM based chips, this is no longer the default. This change adds a search for the proper homebrew prefix and uses that for installation.
Have you updated the documentation?
As this doesn't change any user visible code, no change is necessary.
Have you included relevant unit tests?
Not yet. I'm unsure on how to setup a testing environment for this situation.
Describe the change(s) The build scripts assume that homebrew has been installed in its default prefix. However, with new ARM based chips, this is no longer the default. This change adds a search for the proper homebrew prefix and uses that for installation.
Have you updated the documentation? As this doesn't change any user visible code, no change is necessary.
Have you included relevant unit tests? Not yet. I'm unsure on how to setup a testing environment for this situation.