Compile fixes for WinRT UWP
This commit is contained in:
@@ -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 ();
|
||||
|
||||
Reference in New Issue
Block a user