diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-05-03 00:41:23 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-05-03 00:41:23 +0900 |
| commit | e024d3184ab8985905f883896ebdecfef5a8ab92 (patch) | |
| tree | 1c55e72e09080255022e01c1e2e8a107d3ce019a | |
| parent | 8e1bf00c2dcf02810a15bedf845c59c7edecaecf (diff) | |
internal/rosa/clang: install cpp symlink
Required by some buggy autotools scripts.
Signed-off-by: Ophestra <cat@gensokyo.uk>
| -rw-r--r-- | internal/rosa/llvm.go | 2 |
1 files changed, 1 insertions, 1 deletions
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++ `, |
