Progress on dotnet7 runtime hosting with mono

This commit is contained in:
Wojtek Figat
2023-03-22 17:59:46 +01:00
parent 4c4a559125
commit eed2cdfe04
44 changed files with 462 additions and 111 deletions

View File

@@ -97,9 +97,6 @@ public class mono : DepsModule
break;
default: throw new InvalidPlatformException(options.Platform.Target);
}
// TODO: remove hardcoded include path for all modules and use this public thing to pass include only to modules that use it
//options.PublicIncludePaths.Add(Path.Combine(Globals.EngineRoot, @"Source\ThirdParty\mono-2.0"));
}
/// <inheritdoc />