avh4 / elm-format

elm-format formats Elm source code according to a standard set of rules based on the official Elm Style Guide
BSD 3-Clause "New" or "Revised" License
1.31k stars 148 forks source link

Add macos aarch64 build support to Shakefile system #769

Closed supermario closed 1 year ago

supermario commented 2 years ago

As mentioned on Discord, here are the rough changes I made last weekend to generate an aarch64 build on my M1 Mac using ./build.sh --verbose --verbose -- dist.

Feels a little hacky, so happy to take feedback and refine :)

stevenyap commented 2 years ago

Following the PR by @supermario, I was able to successfully build elm-format on my Macbook Pro M1 Max.

avh4 commented 1 year ago

Thanks! I'm going to include this in https://github.com/avh4/elm-format/pull/784, where I've made a few small changes to what you provided here.