CommandLineTools: hlc target as shorthand for hl -hlc

This commit is contained in:
Josh Tynjala
2023-11-22 11:33:43 -08:00
parent 5ce9c5c218
commit 1d7397f808

View File

@@ -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", "");