Add unofficial 'java' target command
This commit is contained in:
@@ -209,6 +209,16 @@ class CommandLineTools {
|
||||
|
||||
target = PlatformHelper.hostPlatform;
|
||||
targetFlags.set ("neko", "");
|
||||
|
||||
case "java":
|
||||
|
||||
target = PlatformHelper.hostPlatform;
|
||||
targetFlags.set ("java", "");
|
||||
|
||||
case "nodejs":
|
||||
|
||||
target = PlatformHelper.hostPlatform;
|
||||
targetFlags.set ("nodejs", "");
|
||||
|
||||
case "iphone", "iphoneos":
|
||||
|
||||
@@ -1098,6 +1108,11 @@ class CommandLineTools {
|
||||
target = PlatformHelper.hostPlatform;
|
||||
targetFlags.set ("neko", "");
|
||||
|
||||
case "java":
|
||||
|
||||
target = PlatformHelper.hostPlatform;
|
||||
targetFlags.set ("java", "");
|
||||
|
||||
case "nodejs":
|
||||
|
||||
target = PlatformHelper.hostPlatform;
|
||||
|
||||
Reference in New Issue
Block a user