From 7765f017a1ad2fd54c8042e6f39dad460676011c Mon Sep 17 00:00:00 2001 From: pravic Date: Fri, 15 Apr 2016 20:37:28 +0300 Subject: `fn main` is required when building with `--target target.json` --- examples/02.unload/build.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/02.unload') diff --git a/examples/02.unload/build.rs b/examples/02.unload/build.rs index e69de29..f328e4d 100644 --- a/examples/02.unload/build.rs +++ b/examples/02.unload/build.rs @@ -0,0 +1 @@ +fn main() {} -- cgit v1.2.3