Mac impl progress

This commit is contained in:
Wojtek Figat
2021-12-27 16:00:26 +01:00
parent d61eb9c096
commit 7ef316f4f9
11 changed files with 131 additions and 55 deletions

View File

@@ -41,6 +41,7 @@ public class freetype : DepsModule
case TargetPlatform.PS5:
case TargetPlatform.Android:
case TargetPlatform.Switch:
case TargetPlatform.Mac:
options.OutputFiles.Add(Path.Combine(depsRoot, "libfreetype.a"));
break;
default: throw new InvalidPlatformException(options.Platform.Target);