[*] refactor typo in kernel
This commit is contained in:
parent
f2d087e219
commit
37619e19c7
@ -38,8 +38,8 @@ namespace Aurora::Build
|
|||||||
{
|
{
|
||||||
eInvalid = -1,
|
eInvalid = -1,
|
||||||
|
|
||||||
eeernelLinux,
|
eKernelLinux,
|
||||||
eeernelNtos,
|
eKernelNtos,
|
||||||
|
|
||||||
ePlatformWin32,
|
ePlatformWin32,
|
||||||
ePlatformAndroid,
|
ePlatformAndroid,
|
||||||
@ -54,10 +54,10 @@ namespace Aurora::Build
|
|||||||
ePlatformWiiU
|
ePlatformWiiU
|
||||||
};
|
};
|
||||||
|
|
||||||
#if defined(AURORA_PLATFORM_eERNEL_LINUX)
|
#if defined(AURORA_PLATFORM_KERNEL_LINUX)
|
||||||
static const EPlatform kCurrentPlatform = EPlatform::eeernelLinux;
|
static const EPlatform kCurrentPlatform = EPlatform::eKernelLinux;
|
||||||
#elif defined(AURORA_PLATFORM_NTOS)
|
#elif defined(AURORA_PLATFORM_NTOS)
|
||||||
static const EPlatform kCurrentPlatform = EPlatform::eeernelNtos;
|
static const EPlatform kCurrentPlatform = EPlatform::eKernelNtos;
|
||||||
#elif defined(AURORA_PLATFORM_WIN32)
|
#elif defined(AURORA_PLATFORM_WIN32)
|
||||||
static const EPlatform kCurrentPlatform = EPlatform::ePlatformWin32;
|
static const EPlatform kCurrentPlatform = EPlatform::ePlatformWin32;
|
||||||
#elif defined(AURORA_PLATFORM_ANDROID)
|
#elif defined(AURORA_PLATFORM_ANDROID)
|
||||||
|
Loading…
Reference in New Issue
Block a user