mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-18 16:06:30 +08:00
firmware: remove unnecessary --cfg injection.
This commit is contained in:
parent
9b4c1ddc8e
commit
c2ba718efa
@ -12,6 +12,4 @@ fn main() {
|
||||
for line in f.lines() {
|
||||
println!("cargo:rustc-cfg={}", line.unwrap());
|
||||
}
|
||||
|
||||
println!("cargo:rustc-cfg={}", "board");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user