fix(Core/Cmake): Rename VER_* macros to AC_* and centralize build dir… (#24717)
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: Shauren <shauren.trinity@gmail.com>
This commit is contained in:
parent
e049122f5f
commit
b348455d53
13 changed files with 45 additions and 82 deletions
|
|
@ -56,7 +56,7 @@ AC_MODULES_API void AddModulesScripts()
|
|||
/// Exposed in script modules to get the build directive of the module.
|
||||
AC_MODULES_API char const* GetModulesBuildDirective()
|
||||
{
|
||||
return _BUILD_DIRECTIVE;
|
||||
return AC_BUILD_TYPE;
|
||||
}
|
||||
|
||||
#ifdef ACORE_IS_DYNAMIC_SCRIPTLOADER
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue