Compile fixes for WinRT UWP

This commit is contained in:
Joshua Granick
2018-07-20 20:46:15 -07:00
parent 66a1450aca
commit 884f1d5a8e
12 changed files with 58 additions and 37 deletions

View File

@@ -1719,6 +1719,11 @@ class CommandLineTools {
targetFlags.set ("uwp", "");
targetFlags.set ("winjs", "");
case "winrt":
target = Platform.WINDOWS;
targetFlags.set ("winrt", "");
default:
target = cast targetName.toLowerCase ();