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

Update musl-cross.rb #5

Closed Ameobea closed 6 years ago

Ameobea commented 6 years ago

This fixes an error caused by the dupes formulae being deprecated.

FiloSottile commented 6 years ago

Thanks!

Ameobea commented 6 years ago

You're awesome! :D

I'm following along with some blog posts trying to get this to work, found somebody who made a fork that fixed it, opened a PR with those changes, and 3 minutes later the command from the blog post works like a charm. It's people like you that make the open source world as amazing as it is!

Also thanks to @AtomicCoding for the patch that fixed this.

FiloSottile commented 6 years ago

It's the PRs that keep it all spinning! ✨

Mind if I ask what the blog post is? I love knowing how things are being useful.

Ameobea commented 6 years ago

@FiloSottile There are two that I've seen:

http://grahamenos.com/rust-osx-linux-musl.html

https://chr4.org/blog/2017/03/15/cross-compile-and-link-a-static-binary-on-macos-for-linux-with-cargo-and-rust/