Add suport for Tracy profiler on Mac
This commit is contained in:
@@ -35,6 +35,7 @@ public class Profiler : EngineModule
|
|||||||
case TargetPlatform.Linux:
|
case TargetPlatform.Linux:
|
||||||
case TargetPlatform.Windows:
|
case TargetPlatform.Windows:
|
||||||
case TargetPlatform.Switch:
|
case TargetPlatform.Switch:
|
||||||
|
case TargetPlatform.Mac:
|
||||||
options.PublicDependencies.Add("tracy");
|
options.PublicDependencies.Add("tracy");
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user