Add Switch platform
This commit is contained in:
3
Source/ThirdParty/mono-2.0/mono.Build.cs
vendored
3
Source/ThirdParty/mono-2.0/mono.Build.cs
vendored
@@ -88,6 +88,9 @@ public class mono : DepsModule
|
||||
options.DependencyFiles.Add(Path.Combine(depsRoot, "libmonosgen-2.0.so"));
|
||||
options.Libraries.Add(Path.Combine(depsRoot, "libmonosgen-2.0.so"));
|
||||
break;
|
||||
case TargetPlatform.Switch:
|
||||
// TODO: mono for Switch
|
||||
break;
|
||||
default: throw new InvalidPlatformException(options.Platform.Target);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user