mirror of
https://github.com/rm-dr/daisy
synced 2025-10-10 22:44:19 -07:00
Fixed configuration
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user