forked from M-Labs/artiq
7 lines
113 B
Rust
7 lines
113 B
Rust
extern crate build_misoc;
|
|
|
|
fn main() {
|
|
build_misoc::cfg();
|
|
println!("cargo:rustc-cfg={}", "ksupport");
|
|
}
|