FiloSottile / homebrew-musl-cross

Homebrew Formula for static-friendly musl-based GCC macOS-to-Linux cross-compilers
https://blog.filippo.io/easy-windows-and-linux-cross-compilers-for-macos/
ISC License
547 stars 45 forks source link

Fix brew install for custom builds #41

Closed vijayaggarwal closed 7 months ago

vijayaggarwal commented 1 year ago

tap is case sensitive, as already covered in #34

FiloSottile commented 7 months ago

Thank you!