Add .NET 7 for PlayStation 4

This commit is contained in:
Wojtek Figat
2023-04-05 19:17:22 +02:00
parent 2475706df4
commit 09bd7c696b
5 changed files with 87 additions and 27 deletions

View File

@@ -72,8 +72,7 @@ public class nethost : ThirdPartyModule
case TargetPlatform.Switch:
case TargetPlatform.PS4:
case TargetPlatform.PS5:
options.OutputFiles.Add(Path.Combine(hostRuntime.Path, "libnethost.a"));
//options.OutputFiles.Add(Path.Combine(hostRuntime.Path, "libhostfxr.a"));
options.OutputFiles.Add(Path.Combine(hostRuntime.Path, "libmonosgen-2.0.a"));
break;
case TargetPlatform.Android:
options.PublicDefinitions.Add("USE_MONO_DYNAMIC_LIB");