diff options
| author | Ophestra <cat@gensokyo.uk> | 2026-03-05 22:59:51 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2026-03-05 22:59:51 +0900 |
| commit | 9c9befb4c9730175c8ecf7d281f72aa697cb10f1 (patch) | |
| tree | 12f2dcc02851f0871beabaa5eab3c33ec6a015ea /internal/rosa/rosa.go | |
| parent | fcdf9ecee4477fae3150806cdf2231c83d2720e8 (diff) | |
internal/rosa/llvm: separate major version
For pathname formatting at compile time.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'internal/rosa/rosa.go')
| -rw-r--r-- | internal/rosa/rosa.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/rosa/rosa.go b/internal/rosa/rosa.go index 7c0e3d39..fbdba172 100644 --- a/internal/rosa/rosa.go +++ b/internal/rosa/rosa.go @@ -329,7 +329,7 @@ mkdir -vp /work/system/bin "AR=ar", "RANLIB=ranlib", - "LIBCC=/system/lib/clang/21/lib/" + triplet() + + "LIBCC=/system/lib/clang/" + llvmVersionMajor + "/lib/" + triplet() + "/libclang_rt.builtins.a", }, "/system/bin", "/bin") |
