mirror of https://github.com/WebAssembly/wasi-sdk
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.pull/331/head
parent
3fb0057a6d
commit
9a271da937
Loading…
Reference in new issue