summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2021-01-16 13:16:12 +0200
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2021-01-16 13:16:12 +0200
commit2f00eef6b40568643150af3bdb78c8b6ccf080c2 (patch)
tree83c60340328516dcb8778c4b019cb85c16bd6738 /indra/newview
parenta542ceb7e1667b7ee71c9f6bda4ea6e3f8583f53 (diff)
SL-14597 Fixed mac library only including symlink
Diffstat (limited to 'indra/newview')
-rwxr-xr-xindra/newview/viewer_manifest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index bc121c92ac..0c9fd3984b 100755
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -1036,7 +1036,7 @@ class DarwinManifest(ViewerManifest):
# libnghttp2.major.dylib, which is a symlink to
# libnghttp2.version.dylib. Get all of them.
"libnghttp2.*dylib",
- "liburiparser.dylib",
+ "liburiparser.*dylib",
):
dylibs += path_optional(os.path.join(relpkgdir, libfile), libfile)