Add iOS platform (refactor Mac into shared Apple platform impl)
This commit is contained in:
@@ -34,6 +34,7 @@ namespace Flax.Build
|
||||
case TargetPlatform.Android:
|
||||
case TargetPlatform.Switch:
|
||||
case TargetPlatform.Mac:
|
||||
case TargetPlatform.iOS:
|
||||
options.OutputFiles.Add(Path.Combine(path, string.Format("lib{0}.a", name)));
|
||||
break;
|
||||
default: throw new InvalidPlatformException(options.Platform.Target);
|
||||
|
||||
Reference in New Issue
Block a user