Fix monolithic builds

This commit is contained in:
amzn-sj
2021-04-30 14:55:31 -07:00
parent 1ce62ae797
commit 73d53576ce
2 changed files with 0 additions and 21 deletions
-4
View File
@@ -52,11 +52,7 @@
# define cpuid(op, eax, ebx, ecx, edx) __asm__("cpuid" : "=a" (eax), "=b" (ebx), "=c" (ecx), "=d" (edx) : "a" (op) : "cc");
#endif
#if defined(AZ_MONOLITHIC_BUILD)
extern int g_CpuFlags;
#else
int g_CpuFlags;
#endif
struct SAutoMaxPriority
{