Try fixing macOS and support no_console Windows subsystem.

This commit is contained in:
Apprentice-Alchemist
2022-05-18 08:11:44 +02:00
parent 362ab26d18
commit b2546aac9f
4 changed files with 12 additions and 3 deletions

View File

@@ -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")
{