2
0
mirror of https://github.com/m-labs/artiq.git synced 2025-02-02 22:00: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");
}