Add msdfgen build for iOS and Mac

This commit is contained in:
Wojtek Figat
2026-03-13 00:12:07 +01:00
parent 3d201ec73f
commit b41d25cbce
5 changed files with 11 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -34,6 +34,7 @@ public class msdfgen : DepsModule
break;
case TargetPlatform.Linux:
case TargetPlatform.Mac:
case TargetPlatform.iOS:
case TargetPlatform.Android:
options.OutputFiles.Add(Path.Combine(depsRoot, "libmsdfgen-core.a"));
break;

View File

@@ -34,6 +34,7 @@ namespace Flax.Deps.Dependencies
return new[]
{
TargetPlatform.Mac,
TargetPlatform.iOS,
};
default: return new TargetPlatform[0];
}