summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorNyx Linden <nyx@lindenlab.com>2010-11-05 17:58:13 -0400
committerNyx Linden <nyx@lindenlab.com>2010-11-05 17:58:13 -0400
commit985f4f911eae44f054a6968cfd2efa00eeecf39f (patch)
tree5164ac9729cbcc356a4842ab782f07c7a310173c /indra
parent1c2379becb4890851a68598ce8ac88b125778c1d (diff)
SH-396 FIX mac build on mesh-development is broken
Adding collada to the list of libraries we need to package with the viewer Not sure why this wasn't here earlier, but this should solve the packaging problem.
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/viewer_manifest.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index e208d97e6d..d8238b7630 100644
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -681,6 +681,7 @@ class DarwinManifest(ViewerManifest):
"libexpat.0.5.0.dylib",
"libexception_handler.dylib",
"libGLOD.dylib",
+ "libcollada14dom.dylib"
):
target_lib = os.path.join('../../..', libfile)
self.run_command("ln -sf %(target)r %(link)r" %