summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/sdk/files/rust/hello/build.rs
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/sdk/files/rust/hello/build.rs')
-rw-r--r--meta/lib/oeqa/sdk/files/rust/hello/build.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/lib/oeqa/sdk/files/rust/hello/build.rs b/meta/lib/oeqa/sdk/files/rust/hello/build.rs
new file mode 100644
index 0000000000..b1a533d5df
--- /dev/null
+++ b/meta/lib/oeqa/sdk/files/rust/hello/build.rs
@@ -0,0 +1,3 @@
+/* This is the simplest build script just to invoke host compiler
+ in the build process. */
+fn main() {}