From 16b59f39141aadd02ece0efc47f46ce9ec879845 Mon Sep 17 00:00:00 2001 From: Erik Kundiman Date: Fri, 3 Oct 2025 19:37:23 +0800 Subject: Make sure sSetjmpBuffer is still declared on Linux aarch64 and Windows arm64. --- indra/llimage/llimagejpeg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/llimage/llimagejpeg.h b/indra/llimage/llimagejpeg.h index 7a0883797c..920f712fba 100644 --- a/indra/llimage/llimagejpeg.h +++ b/indra/llimage/llimagejpeg.h @@ -78,7 +78,7 @@ protected: S32 mEncodeQuality; // on a scale from 1 to 100 private: -#if !LL_ARM64 +#if !(LL_DARWIN && defined(__arm64__)) static jmp_buf sSetjmpBuffer; // To allow the library to abort. #endif }; -- cgit v1.2.3