Add suport for Tracy profiler on Mac

This commit is contained in:
2025-05-22 05:34:36 +02:00
parent d24f9d1e1e
commit bb855e2663
+1
View File
@@ -35,6 +35,7 @@ public class Profiler : EngineModule
case TargetPlatform.Linux:
case TargetPlatform.Windows:
case TargetPlatform.Switch:
case TargetPlatform.Mac:
options.PublicDependencies.Add("tracy");
break;
}