keep backtraces if using the old build system
This commit is contained in:
parent
d464422c0a
commit
774fbdf40d
3 changed files with 16 additions and 14 deletions
|
@ -30,7 +30,7 @@ use libc;
|
|||
pub mod weak;
|
||||
|
||||
pub mod android;
|
||||
#[cfg(feature = "backtrace")]
|
||||
#[cfg(any(not(cargobuild), feature = "backtrace"))]
|
||||
pub mod backtrace;
|
||||
pub mod condvar;
|
||||
pub mod ext;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue