diff --git a/crates/std_detect/src/detect/os/freebsd/auxvec.rs b/crates/std_detect/src/detect/os/freebsd/auxvec.rs index f12476ad..29fcc8cb 100644 --- a/crates/std_detect/src/detect/os/freebsd/auxvec.rs +++ b/crates/std_detect/src/detect/os/freebsd/auxvec.rs @@ -3,7 +3,8 @@ any( target_arch = "aarch64", target_arch = "arm", - target_arch = "powerpc64" + target_arch = "powerpc64", + target_arch = "riscv64" ), allow(dead_code) )]