Minor tweaks
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user