2
0
mirror of https://github.com/m-labs/artiq.git synced 2024-12-19 00:16:29 +08:00

firmware: remove unnecessary --cfg injection.

This commit is contained in:
whitequark 2017-01-03 20:56:56 +00:00
parent 9b4c1ddc8e
commit c2ba718efa

View File

@ -12,6 +12,4 @@ fn main() {
for line in f.lines() {
println!("cargo:rustc-cfg={}", line.unwrap());
}
println!("cargo:rustc-cfg={}", "board");
}