artiq-zynq/src/libksupport/build.rs
2023-10-09 11:42:51 +08:00

6 lines
63 B
Rust

extern crate build_zynq;
fn main() {
build_zynq::cfg();
}