From ee2a1902a59f41326bea2dccb79f920640cad7c0 Mon Sep 17 00:00:00 2001
From: Nat Goodspeed <nat@lindenlab.com>
Date: Fri, 29 Sep 2017 08:46:44 -0400
Subject: [PATCH] MAINT-7081: Mention nghttp2.dll where it must be mentioned.

---
 indra/cmake/Copy3rdPartyLibs.cmake | 1 +
 indra/newview/viewer_manifest.py   | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/indra/cmake/Copy3rdPartyLibs.cmake b/indra/cmake/Copy3rdPartyLibs.cmake
index cb7432ce4c9..bd55fc39c0f 100644
--- a/indra/cmake/Copy3rdPartyLibs.cmake
+++ b/indra/cmake/Copy3rdPartyLibs.cmake
@@ -37,6 +37,7 @@ if(WINDOWS)
         libapriconv-1.dll
         ssleay32.dll
         libeay32.dll
+        nghttp2.dll
         glod.dll
         libhunspell.dll
         )
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index 29c9337cc14..ecff21e6d20 100755
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -454,6 +454,9 @@ def construct(self):
             self.path("ssleay32.dll")
             self.path("libeay32.dll")
 
+            # HTTP/2
+            self.path("nghttp2.dll")
+
             # Hunspell
             self.path("libhunspell.dll")
 
-- 
GitLab