backend.native: tie compiler to runtime
to make compiler able to refer entities declared in runtime
This commit is contained in:
@@ -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;
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user