Minor tweaks

This commit is contained in:
Wojtek Figat
2021-07-21 15:42:04 +02:00
parent d26eabe2bf
commit b7a7bc891a
5 changed files with 3 additions and 5 deletions

View File

@@ -31,7 +31,7 @@ public class Profiler : EngineModule
// Tracy profiling tools
switch (options.Platform.Target)
{
case TargetPlatform.Android: // dlopen failed: cannot locate symbol `tracy::ScopedZone::~ScopedZone()` referenced by "libFlaxGame.so"
case TargetPlatform.Android:
case TargetPlatform.Linux:
case TargetPlatform.Windows:
options.PublicDependencies.Add("tracy");