mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-18 00:18:43 +01:00
Core/Misc: Fix revision_data.h and boost/predef preprocessor macro conflict
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user