Conditional compilation fix
This commit is contained in:
parent
a39a5f8189
commit
a30914bcdd
1 changed files with 1 additions and 0 deletions
|
|
@ -3,6 +3,7 @@
|
|||
|
||||
#![feature(rustc_private)]
|
||||
|
||||
#[allow(unused)] // necessary on macos due to conditional compilation
|
||||
extern crate libc;
|
||||
|
||||
#[cfg(not(target_os = "macos"))]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue