diff options
| author | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2025-11-24 16:33:25 +0200 |
|---|---|---|
| committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2025-11-24 16:36:06 +0200 |
| commit | 63f5221eb1828a8f22e54d35898046a94e70e777 (patch) | |
| tree | 618b1ba64a53315347f8b2261b7dc0d6839abc0a | |
| parent | 7b2c3f7a22b0df319348224072b14448b1d0f54b (diff) | |
MacOS build fix
| -rw-r--r-- | indra/newview/llappdelegate-objc.mm | 2 |
1 files changed, 2 insertions, 0 deletions
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 <value> Attribute" forAttribute:@"NotSoPlainAttribute"]; [[BugSplat shared] setValue:value forAttribute:attribute]; +#endif // LL_BUGSPLAT } #if defined(LL_BUGSPLAT) |
