Fixes for generated project files on Linux

This commit is contained in:
Wojtek Figat
2021-02-24 00:01:38 +01:00
parent 6ec58664e4
commit 706c4bd677
2 changed files with 15 additions and 1 deletions

View File

@@ -48,6 +48,9 @@ namespace Flax.Build.Projects.VisualStudio
private static bool FindFlaxVS(string path)
{
if (!Directory.Exists(path))
return false;
var files = Directory.GetFiles(path);
for (int i = 0; i < files.Length; i++)
{