Open benjamanderson10 opened 2 years ago
As a temporary workaround for any MacOS users, you can install Rust/Cargo:
$ curl https://sh.rustup.rs -sSf | sh
$ source $HOME/.cargo/env
$ cargo install customasm
$ customasm -v
customasm v0.12.0 (x86_64-apple-darwin)
https://github.com/hlorenzi/customasm
If you could contribute a modification to the GitHub Actions pipeline to generate MacOS binaries, that would be greatly appreciated! I'm not too familiar with MacOS myself, and I don't have a way to test the generated binaries.