Add msdfgen build for iOS and Mac
This commit is contained in:
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
+1
@@ -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;
|
||||
|
||||
@@ -34,6 +34,7 @@ namespace Flax.Deps.Dependencies
|
||||
return new[]
|
||||
{
|
||||
TargetPlatform.Mac,
|
||||
TargetPlatform.iOS,
|
||||
};
|
||||
default: return new TargetPlatform[0];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user