Open zapaz opened 3 years ago
In Brew v3 that supports new Macs M1, local path starts with /opt/homebrew and no more /usr/local
scripts could add :
#LOCAL_DIR=/usr/local LOCAL_DIR=/opt/homebrew
and then use $LOCAL_DIR
@zapaz thanks for your ticket, we are aware of that change and we will include it but before golang 1.16 is released (stable release) we cannot do anything about it, golang 1.16 has a support for new M1 chip
In Brew v3 that supports new Macs M1, local path starts with /opt/homebrew and no more /usr/local
scripts could add :
and then use $LOCAL_DIR