Skip to content

Commit

Permalink
universal
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Dec 7, 2023
1 parent 3ba560d commit 14fcb55
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/build-tarball.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ get_arch() {
x86_64-*)
echo "x64"
;;
universal2-*)
echo "universal"
;;
*)
error "unsupported arch: $RUST_TRIPLE"
;;
Expand Down

0 comments on commit 14fcb55

Please sign in to comment.