backend.native: tie compiler to runtime

to make compiler able to refer entities declared in runtime
This commit is contained in:
Svyatoslav Scherbina
2016-09-29 17:28:36 +07:00
parent 80ed5a2461
commit 78a912f637
3 changed files with 54 additions and 0 deletions
@@ -10,4 +10,8 @@ public class K2NativeCompilerArguments extends CommonCompilerArguments {
@ValueDescription("<path>")
public String outputFile;
@Argument(value = "runtime", description = "Runtime file path")
@ValueDescription("<path>")
public String runtimeFile;
}