From 5f3cac46eb67f806bba65157b2d92a68fccb23b6 Mon Sep 17 00:00:00 2001 From: Inusaito Sayori Date: Wed, 28 Jan 2015 13:12:38 -0500 Subject: [PATCH] This slipped by me, oopsies. --- indra/newview/viewer_manifest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index 06eead15a..88f686225 100755 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -777,7 +777,7 @@ class LinuxManifest(ViewerManifest): self.end_prefix("bin/llplugin") # llcommon - if not self.path("../llcommon/libllcommon.so", "lib/libllcommon.so"): + if not self.path("../llcommon/libllcommon.so", "lib64/libllcommon.so"): print "Skipping llcommon.so (assuming llcommon was linked statically)" self.path("featuretable_linux.txt")