Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix build on non-x86_64 Linux (#321)
It looks like some macOS-specific CMake options to LLVM end up forcing an x86_64 build of some blake3 intrinsics (or something like that) which causes the build to fail on AArch64 Linux, for example. I found, though, that when removing these options it was then possible to build a toolchain for AArch64 Linux.
- Loading branch information