Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
higan-ui: Don't use -march=native on ARM systems.
Apparently -march=native doesn't behave the same way on ARM as it does on x86, and clang doesn't support it at all, so when building with local=true we need to detect the architecture.
- Loading branch information