I setup my homebrew installation in my user home directory ~/.brew with an environment variable of $BREW_HOME to specify where it is.
While creating a symbolic link /opt/homebrew -> ~/.brew did "fix" it so the gem installed, a better option to override and specify my own paths would be nice.
Maybe there is one and I have overlooked it or am unaware.
https://github.com/suketa/ruby-duckdb/blob/main/ext/duckdb/extconf.rb#L10
I setup my homebrew installation in my user home directory
~/.brew
with an environment variable of$BREW_HOME
to specify where it is.While creating a symbolic link
/opt/homebrew -> ~/.brew
did "fix" it so the gem installed, a better option to override and specify my own paths would be nice.Maybe there is one and I have overlooked it or am unaware.