diff options
| author | Rye <rye@alchemyviewer.org> | 2025-10-23 02:17:32 -0400 |
|---|---|---|
| committer | Rye <rye@alchemyviewer.org> | 2025-10-27 04:59:15 -0400 |
| commit | f33eb2c2d4715607c8821f5d694e94a3b9663826 (patch) | |
| tree | c18a45ed203c25f07e6f2e33bc38f2148facdb67 /indra/llcommon/llprocessor.cpp | |
| parent | cec5419d5d072a326e7a6303aa3cb8ee3d6f5b80 (diff) | |
Fix RelWithDebInfo build on mac universal
Signed-off-by: Rye <rye@alchemyviewer.org>
Diffstat (limited to 'indra/llcommon/llprocessor.cpp')
| -rw-r--r-- | indra/llcommon/llprocessor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llprocessor.cpp b/indra/llcommon/llprocessor.cpp index 9ca7ad4674..012b4ffb59 100644 --- a/indra/llcommon/llprocessor.cpp +++ b/indra/llcommon/llprocessor.cpp @@ -741,7 +741,7 @@ private: // *NOTE:Mani - I didn't find any docs that assure me that machdep.cpu.feature_bits will always be // The feature bits I think it is. Here's a test: -#ifndef LL_RELEASE_FOR_DOWNLOAD +#if !defined(LL_RELEASE_FOR_DOWNLOAD) && !defined(LL_ARM64) #if defined(__i386__) && defined(__PIC__) /* %ebx may be the PIC register. */ #define __cpuid(level, a, b, c, d) \ |
