removed incorrect build cfg

This commit is contained in:
debris 2016-11-23 01:00:43 +01:00
parent 2987cd7149
commit 8918dd75fc
1 changed files with 0 additions and 1 deletions

View File

@ -21,6 +21,5 @@ use rustc_version::{version_meta, Channel};
fn main() {
if let Channel::Nightly = version_meta().channel {
println!("cargo:rustc-cfg=asm_available");
println!("cargo:rustc-feature=asm");
}
}