Files
OpenBMC/poky/meta/lib/oeqa/sdk/files/rust/hello/build.rs
T

4 lines
107 B
Rust
Raw Normal View History

2026-04-23 17:07:55 +08:00
/* This is the simplest build script just to invoke host compiler
in the build process. */
fn main() {}