Add support for 'hashlink' as target alias

This commit is contained in:
Joshua Granick
2019-04-11 10:29:59 -07:00
parent 40ccd22c79
commit 8b6f4c3acc
2 changed files with 4 additions and 4 deletions

View File

@@ -410,7 +410,7 @@ class PlatformSetup
setupWindows();
}
case "neko", "hl", "cs", "uwp", "winjs", "nodejs", "java":
case "neko", "hl", "hashlink", "cs", "uwp", "winjs", "nodejs", "java":
Log.println("\x1b[0;3mNo additional configuration is required.\x1b[0m");
case "lime":