1
Fork 0

keep backtraces if using the old build system

This commit is contained in:
Jorge Aparicio 2016-07-26 22:33:45 -05:00
parent d464422c0a
commit 774fbdf40d
3 changed files with 16 additions and 14 deletions

View file

@ -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;