diff --git a/tools/CommandLineTools.hx b/tools/CommandLineTools.hx index d6248e174..ff074ad7d 100644 --- a/tools/CommandLineTools.hx +++ b/tools/CommandLineTools.hx @@ -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", "");