Fix crash caused by conflicting tracy DbgHelp lock helper names
This commit is contained in:
2
Source/ThirdParty/tracy/tracy.Build.cs
vendored
2
Source/ThirdParty/tracy/tracy.Build.cs
vendored
@@ -47,7 +47,7 @@ public class tracy : ThirdPartyModule
|
||||
switch (options.Platform.Target)
|
||||
{
|
||||
case TargetPlatform.Windows:
|
||||
options.PrivateDefinitions.Add("TRACY_DBGHELP_LOCK=DbgHelp");
|
||||
options.PrivateDefinitions.Add("TRACY_DBGHELP_LOCK=FlaxDbgHelp");
|
||||
break;
|
||||
case TargetPlatform.Switch:
|
||||
options.PrivateDefinitions.Add("TRACY_USE_MALLOC");
|
||||
|
||||
Reference in New Issue
Block a user