Skip to content

Set `LLVM_TARGETS_TO_BUILD` to `host` instead of `X86`

乾康 周 requested to merge wszqkzqk/emscripten:main into main

Just as we do not recommend to use x86_64 directly in PKGBUILD but recommend $CARCH or $(uname -m), we might set LLVM_TARGETS_TO_BUILD here to host instead of X86 to be friendly to arch ports.

Merge request reports

Loading