2
0
mirror of https://github.com/m-labs/artiq.git synced 2025-02-09 09:03:20 +08:00
artiq/artiq/firmware/ksupport/build.rs

7 lines
113 B
Rust

extern crate build_misoc;
fn main() {
build_misoc::cfg();
println!("cargo:rustc-cfg={}", "ksupport");
}