Core/Misc: Fix revision_data.h and boost/predef preprocessor macro conflict

This commit is contained in:
Shauren
2025-06-11 15:52:40 +02:00
parent 78dd65ad2e
commit 1f5f245c02
7 changed files with 40 additions and 47 deletions

View File

@@ -54,7 +54,7 @@ TC_SCRIPT_API void AddScripts()
/// Exposed in script modules to get the build directive of the module.
TC_SCRIPT_API char const* GetBuildDirective()
{
return _BUILD_DIRECTIVE;
return TRINITY_BUILD_TYPE;
}
#ifdef TRINITY_IS_DYNAMIC_SCRIPTLOADER