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

@@ -1119,7 +1119,7 @@ private:
if (itr != _known_modules_build_directives.end())
return itr->second;
else // If no build directive of the module was found use the one from the game library
return _BUILD_DIRECTIVE;
return TRINITY_BUILD_TYPE;
}();
// Initiate the new build job