Fixed configuration

This commit is contained in:
2023-04-08 10:51:22 -07:00
parent 1e04b15b46
commit 10f706582e
2 changed files with 3 additions and 3 deletions

View File

@ -27,7 +27,7 @@ cross-compilation to other systems. RUG does not work on all systems.
pub mod quantity;
cfg_if::cfg_if! {
if #[cfg(target_arch = "unix")] {
if #[cfg(target_family = "unix")] {
mod rationalq;
mod floatq;
} else {