Skip to content

Commit fbafcf1

Browse files
ddevaultkanavin
authored andcommitted
FIXUP: linux/musl/mod.rs: add riscv64 to b64 set
1 parent 53e6d2d commit fbafcf1

File tree

1 file changed

+2
-1
lines changed
  • src/unix/linux_like/linux/musl

1 file changed

+2
-1
lines changed

src/unix/linux_like/linux/musl/mod.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -767,7 +767,8 @@ cfg_if! {
767767
target_arch = "aarch64",
768768
target_arch = "mips64",
769769
target_arch = "powerpc64",
770-
target_arch = "s390x"))] {
770+
target_arch = "s390x",
771+
target_arch = "riscv64"))] {
771772
mod b64;
772773
pub use self::b64::*;
773774
} else if #[cfg(any(target_arch = "x86",

0 commit comments

Comments
 (0)