Add libbacktrace support for Apple platforms
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user