ohaiibuzzle / Harbor

A harbor for all your game *porting* activities (get it?)
GNU General Public License v3.0
120 stars 3 forks source link

Check for the arm64 installation of Homebrew #2

Closed artun42 closed 1 year ago

artun42 commented 1 year ago

They conflict with each other. I can suggest renaming /opt/Homebrew to something else for the time of compilation and changing directory name after compilation is complete to eliminate conflicts of Intel's and AS' versions of brew. I didn't test this but you can try and put this in your terminal script if it works.

ohaiibuzzle commented 1 year ago

The issues is that brew insists that you use its x86_64 copy when installing formulas that are x86_64 only, it seems. Trying to do it anyway results in this fun error messages:

image

Renaming /opt/homebrew should also be avoided as well since users may have apps already installed