CommandLineTools: hlc target as shorthand for hl -hlc
This commit is contained in:
@@ -1522,6 +1522,11 @@ class CommandLineTools
|
||||
target = cast System.hostPlatform;
|
||||
targetFlags.set("hl", "");
|
||||
|
||||
case "hlc":
|
||||
target = cast System.hostPlatform;
|
||||
targetFlags.set("hl", "");
|
||||
targetFlags.set("hlc", "");
|
||||
|
||||
case "cppia":
|
||||
target = cast System.hostPlatform;
|
||||
targetFlags.set("cppia", "");
|
||||
|
||||
Reference in New Issue
Block a user