fix cfg syntax
This commit is contained in:
parent
c52f9a079f
commit
44e5a1aa4c
|
@ -7,5 +7,5 @@
|
|||
|
||||
// FIXME(#137)
|
||||
// FIXME(#158)
|
||||
#[cfg(not(any(target_arch = "mips"), windows))]
|
||||
#[cfg(not(any(target_arch = "mips", windows)))]
|
||||
include!(concat!(env!("OUT_DIR"), "/divti3.rs"));
|
||||
|
|
|
@ -7,5 +7,5 @@
|
|||
|
||||
// FIXME(#137)
|
||||
// FIXME(#158)
|
||||
#[cfg(not(any(target_arch = "mips"), windows))]
|
||||
#[cfg(not(any(target_arch = "mips", windows)))]
|
||||
include!(concat!(env!("OUT_DIR"), "/modti3.rs"));
|
||||
|
|
|
@ -7,5 +7,5 @@
|
|||
|
||||
// FIXME(#137)
|
||||
// FIXME(#158)
|
||||
#[cfg(not(any(target_arch = "mips"), windows))]
|
||||
#[cfg(not(any(target_arch = "mips", windows)))]
|
||||
include!(concat!(env!("OUT_DIR"), "/udivmodti4.rs"));
|
||||
|
|
|
@ -7,5 +7,5 @@
|
|||
|
||||
// FIXME(#137)
|
||||
// FIXME(#158)
|
||||
#[cfg(not(any(target_arch = "mips"), windows))]
|
||||
#[cfg(not(any(target_arch = "mips", windows)))]
|
||||
include!(concat!(env!("OUT_DIR"), "/udivti3.rs"));
|
||||
|
|
|
@ -7,5 +7,5 @@
|
|||
|
||||
// FIXME(#137)
|
||||
// FIXME(#158)
|
||||
#[cfg(not(any(target_arch = "mips"), windows))]
|
||||
#[cfg(not(any(target_arch = "mips", windows)))]
|
||||
include!(concat!(env!("OUT_DIR"), "/umodti3.rs"));
|
||||
|
|
Loading…
Reference in New Issue