linux fixes

This commit is contained in:
2023-02-19 12:35:31 +02:00
parent 51dcad2cc4
commit b66976e029
15 changed files with 37 additions and 27 deletions

View File

@@ -12,7 +12,7 @@ public class GameEditorTarget : GameProjectEditorTarget
base.Init();
Architectures = new TargetArchitecture[] { TargetArchitecture.x64 };
Platforms = new TargetPlatform[] { TargetPlatform.Windows };
Platforms = new TargetPlatform[] { TargetPlatform.Windows, TargetPlatform.Linux };
Modules.Add("Game");
//Modules.Add("FidelityFXFSR");