summaryrefslogtreecommitdiff
path: root/indra/newview/viewer_manifest.py
diff options
context:
space:
mode:
authorChristian Goetze <cg@lindenlab.com>2009-02-04 18:52:52 +0000
committerChristian Goetze <cg@lindenlab.com>2009-02-04 18:52:52 +0000
commit5ba5157f8a1337ae0486eae5ddb7b0d0506dc9e8 (patch)
treefa17afbe144438b56a5bd271523605d0e7f8d56d /indra/newview/viewer_manifest.py
parent6b7b75e9cb9b8d4e746ba447eb37189adce14f81 (diff)
Add another pass to keep open source export from destroying viewer_manifest.py
Diffstat (limited to 'indra/newview/viewer_manifest.py')
-rwxr-xr-xindra/newview/viewer_manifest.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py
index fb474840e7..f249f53105 100755
--- a/indra/newview/viewer_manifest.py
+++ b/indra/newview/viewer_manifest.py
@@ -172,6 +172,7 @@ class WindowsManifest(ViewerManifest):
pass
except:
print "Skipping llkdu.dll"
+ pass
self.path(src="licenses-win32.txt", dst="licenses.txt")
self.path("featuretable.txt")
@@ -632,6 +633,7 @@ class Linux_i686Manifest(LinuxManifest):
pass
except:
print "Skipping libllkdu.so - not found"
+ pass
self.path("secondlife-stripped","bin/do-not-directly-run-secondlife-bin")
self.path("../linux_crash_logger/linux-crash-logger-stripped","linux-crash-logger.bin")