Fix tools platforms to include Linux and Mac
This commit is contained in:
@@ -23,6 +23,8 @@ public class FlaxBuildTestsTarget : Target
|
||||
Platforms = new[]
|
||||
{
|
||||
TargetPlatform.Windows,
|
||||
TargetPlatform.Linux,
|
||||
TargetPlatform.Mac,
|
||||
};
|
||||
Configurations = new[]
|
||||
{
|
||||
|
||||
@@ -23,6 +23,8 @@ public class FlaxStatsTarget : Target
|
||||
Platforms = new[]
|
||||
{
|
||||
TargetPlatform.Windows,
|
||||
TargetPlatform.Linux,
|
||||
TargetPlatform.Mac,
|
||||
};
|
||||
Configurations = new[]
|
||||
{
|
||||
|
||||
@@ -23,6 +23,8 @@ public class FlaxEngineTestsTarget : Target
|
||||
Platforms = new[]
|
||||
{
|
||||
TargetPlatform.Windows,
|
||||
TargetPlatform.Linux,
|
||||
TargetPlatform.Mac,
|
||||
};
|
||||
Configurations = new[]
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user