diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2025-08-05 09:33:19 +0300 |
---|---|---|
committer | Andrey Kleshchev <117672381+akleshchev@users.noreply.github.com> | 2025-08-05 18:26:29 +0300 |
commit | c26749750998c2efaa5208b83bc48d65dfa60274 (patch) | |
tree | c46c6b1f7d9c493134c9d1be71e312e0ac3c1690 /indra/newview | |
parent | 8eb2429a16b7dee570a28578f3d75f2a423f20af (diff) |
#4470 Adjustments and Mac build fixes
Diffstat (limited to 'indra/newview')
-rwxr-xr-x | indra/newview/viewer_manifest.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index 4760ba5a6f..04c3fea93a 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -1022,7 +1022,7 @@ class Darwin_x86_64_Manifest(ViewerManifest): self.path2basename(relpkgdir, libfile) # Discord social SDK - if self.args['DISCORD'] == 'ON': + if self.args['discord'] == 'ON': for libfile in ( "libdiscord_partner_sdk.dylib", ): |