Try fixing macOS and support no_console Windows subsystem.
This commit is contained in:
@@ -659,7 +659,7 @@ class WindowsPlatform extends PlatformTarget
|
||||
|
||||
if (!targetFlags.exists("32")
|
||||
&& System.hostArchitecture == X64
|
||||
&& (command != "rebuild" || targetType == "cpp" || targetType == "winrt"))
|
||||
&& (command != "rebuild" || targetType == "cpp" || targetType == "hl" || targetType == "winrt"))
|
||||
{
|
||||
if (targetType == "winrt")
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user