1
Fork 0

Add libbacktrace support for Apple platforms

This commit is contained in:
John Colanduoni 2017-07-22 23:05:47 -07:00 committed by kennytm
parent f861b6ee46
commit e8121b3d16
No known key found for this signature in database
GPG key ID: FEF6C8051D0E013C
8 changed files with 1458 additions and 7 deletions

View file

@ -51,7 +51,7 @@ pub use sys::net;
pub mod net;
#[cfg(feature = "backtrace")]
#[cfg(any(all(unix, not(any(target_os = "macos", target_os = "ios", target_os = "emscripten"))),
#[cfg(any(all(unix, not(target_os = "emscripten")),
all(windows, target_env = "gnu"),
target_os = "redox"))]
pub mod gnu;