Skip to content

Commit 5b99059

Browse files
PuercoPopdeclantsien
authored andcommitted
Add arm64e-apple-tvos rustc target
It was added as target on 2024-09-21. See related PR: - rust-lang/rust#130614
1 parent bca5dd2 commit 5b99059

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

guix/rustup/build/manifest.scm

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@
120120
((zstd)
121121
".zst")))
122122

123+
;; Warning: When adding a new rustc target, try to append them to
124+
;; the end of the list.
123125
(define %rustc-target-triplets
124126
(make-enumeration
125127
'(all
@@ -374,6 +376,7 @@
374376
x86_64-unknown-cloudabi
375377
i686-unknown-redox
376378
wasm32-unknown-wasi
379+
arm64e-apple-tvos
377380
)))
378381

379382
(define (%rustc-target-triplets? triplet)

0 commit comments

Comments
 (0)