summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/sdk/files/rust/hello/build.rs
blob: b1a533d5dfa5ddfa91f77abe8252943d03ca9bb4 (plain)
1
2
3
/* This is the simplest build script just to invoke host compiler
   in the build process. */
fn main() {}