mirror of
https://github.com/m-labs/artiq.git
synced 2025-02-02 22:00:20 +08:00
7 lines
113 B
Rust
7 lines
113 B
Rust
extern crate build_misoc;
|
|
|
|
fn main() {
|
|
build_misoc::cfg();
|
|
println!("cargo:rustc-cfg={}", "ksupport");
|
|
}
|