From bee13995e42417c3e2b19b8f329eaec7528b1344 Mon Sep 17 00:00:00 2001
From: Andrey Kleshchev <andreykproductengine@lindenlab.com>
Date: Mon, 18 Jan 2021 10:46:46 +0200
Subject: [PATCH] SL-14597 Missed libraries for http test

---
 indra/llcorehttp/CMakeLists.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/indra/llcorehttp/CMakeLists.txt b/indra/llcorehttp/CMakeLists.txt
index 11b2e3e929f..240ea2da839 100644
--- a/indra/llcorehttp/CMakeLists.txt
+++ b/indra/llcorehttp/CMakeLists.txt
@@ -178,6 +178,7 @@ if (DARWIN)
     libaprutil-1.0.dylib
     libexception_handler.dylib
     libnghttp2*.dylib
+    liburiparser*.dylib
     ${EXPAT_COPY}
     )
 
-- 
GitLab