Skip to content

Commit

Permalink
Add arm64e-apple-tvos rustc target
Browse files Browse the repository at this point in the history
It was added as target on 2024-09-21. See related PR:

- rust-lang/rust#130614
  • Loading branch information
PuercoPop authored and declantsien committed Dec 7, 2024
1 parent bca5dd2 commit 5b99059
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions guix/rustup/build/manifest.scm
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@
((zstd)
".zst")))

;; Warning: When adding a new rustc target, try to append them to
;; the end of the list.
(define %rustc-target-triplets
(make-enumeration
'(all
Expand Down Expand Up @@ -374,6 +376,7 @@
x86_64-unknown-cloudabi
i686-unknown-redox
wasm32-unknown-wasi
arm64e-apple-tvos
)))

(define (%rustc-target-triplets? triplet)
Expand Down

0 comments on commit 5b99059

Please sign in to comment.