extend msdfgen buildscript for Mac and Android (not tested)

This commit is contained in:
frank
2025-11-01 20:07:28 +08:00
parent 661dc8ea1c
commit eb978c767e
+2 -2
View File
@@ -34,8 +34,8 @@ public class msdfgen : DepsModule
break;
case TargetPlatform.Linux:
case TargetPlatform.Mac:
// todo
//options.OutputFiles.Add(Path.Combine(depsRoot, "msdfgen-core.a"));
case TargetPlatform.Android:
options.OutputFiles.Add(Path.Combine(depsRoot, "msdfgen-core.a"));
break;
default: throw new InvalidPlatformException(options.Platform.Target);
}