diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2017-09-27 15:27:30 -0400 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2017-09-27 15:27:30 -0400 |
commit | 19bb6fd33e315e1370583d7a90ec3da10f184a54 (patch) | |
tree | 057b3e24e08a1becfb99a05b390725ed96cdc7b7 /indra/newview/viewer_manifest.py | |
parent | c0adf5884d65fff05d0e2084f8548b0c71cfd1d2 (diff) |
MAINT-7081: Mention nghttp2 library wherever it must be mentioned.
Diffstat (limited to 'indra/newview/viewer_manifest.py')
-rwxr-xr-x | indra/newview/viewer_manifest.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index 900e9f7b1b..e9e1b1d6ac 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -930,6 +930,7 @@ class DarwinManifest(ViewerManifest): "libexpat.1.dylib", "libexception_handler.dylib", "libGLOD.dylib", + "libnghttp2.dylib", ): dylibs += path_optional(os.path.join(relpkgdir, libfile), libfile) |