* Add cross platform support in Makefile * Add host-specific configurations support.
5 lines
101 B
Plaintext
5 lines
101 B
Plaintext
# Add brew
|
|
if [ -x "/opt/homebrew/bin/brew" ]; then
|
|
eval "$(/opt/homebrew/bin/brew shellenv)"
|
|
fi
|