summaryrefslogtreecommitdiff
path: root/indra/cmake
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2021-01-15 23:58:06 +0200
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2021-01-16 01:06:16 +0200
commit3d525fbf18568659722e6c4e4d93d96e2624498f (patch)
tree97b34f0dd42bc1fb8364799904708401329b5cfb /indra/cmake
parentf86014ef151c7af64de4a08dc4c320e1743fb34b (diff)
SL-14597 Pulled in updated uriparser
Due to crash inside uriparser's code
Diffstat (limited to 'indra/cmake')
-rw-r--r--indra/cmake/Copy3rdPartyLibs.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/cmake/Copy3rdPartyLibs.cmake b/indra/cmake/Copy3rdPartyLibs.cmake
index 8efad33f71..578120f703 100644
--- a/indra/cmake/Copy3rdPartyLibs.cmake
+++ b/indra/cmake/Copy3rdPartyLibs.cmake
@@ -61,6 +61,7 @@ if(WINDOWS)
nghttp2.dll
glod.dll
libhunspell.dll
+ uriparser.dll
)
# Filenames are different for 32/64 bit BugSplat file and we don't
@@ -165,6 +166,7 @@ elseif(DARWIN)
libnghttp2.dylib
libnghttp2.14.dylib
libnghttp2.14.19.0.dylib
+ liburiparser.dylib
)
if (FMODSTUDIO)