fix cfg syntax
This commit is contained in:
parent
05b6e8fa6c
commit
0666ed145a
5 changed files with 5 additions and 5 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue