From e024d3184ab8985905f883896ebdecfef5a8ab92 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sun, 3 May 2026 00:41:23 +0900 Subject: [PATCH] internal/rosa/clang: install cpp symlink Required by some buggy autotools scripts. Signed-off-by: Ophestra --- internal/rosa/llvm.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/rosa/llvm.go b/internal/rosa/llvm.go index 9effb758..7669e0d0 100644 --- a/internal/rosa/llvm.go +++ b/internal/rosa/llvm.go @@ -141,8 +141,8 @@ func (t Toolchain) newLLVM() (pkg.Artifact, string) { Cache: cache, Script: ` ln -s ld.lld /work/system/bin/ld - ln -s clang /work/system/bin/cc +ln -s clang /work/system/bin/cpp ln -s clang++ /work/system/bin/c++ `,