From 63f5221eb1828a8f22e54d35898046a94e70e777 Mon Sep 17 00:00:00 2001 From: Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> Date: Mon, 24 Nov 2025 16:33:25 +0200 Subject: MacOS build fix --- indra/newview/llappdelegate-objc.mm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/indra/newview/llappdelegate-objc.mm b/indra/newview/llappdelegate-objc.mm index 11761dbaae..0b3d0355a2 100644 --- a/indra/newview/llappdelegate-objc.mm +++ b/indra/newview/llappdelegate-objc.mm @@ -226,8 +226,10 @@ - (void) setBugsplatValue:(nullable NSString *)value forAttribute:(NSString *)attribute { +#if defined(LL_BUGSPLAT) //[[BugSplat shared] setValue:@"Value of not so plain Attribute" forAttribute:@"NotSoPlainAttribute"]; [[BugSplat shared] setValue:value forAttribute:attribute]; +#endif // LL_BUGSPLAT } #if defined(LL_BUGSPLAT) -- cgit v1.3