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

(cherry picked from commit 1f5f245c02)
This commit is contained in:
Shauren
2025-06-11 15:52:40 +02:00
parent da4bcad2d7
commit d03e90ef43
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