4 lines
107 B
Rust
4 lines
107 B
Rust
|
|
/* This is the simplest build script just to invoke host compiler
|
||
|
|
in the build process. */
|
||
|
|
fn main() {}
|