diff options
author | Nyx (Neal Orman) <nyx@lindenlab.com> | 2010-10-20 20:56:24 -0400 |
---|---|---|
committer | Nyx (Neal Orman) <nyx@lindenlab.com> | 2010-10-20 20:56:24 -0400 |
commit | 7c06c9a3d1769758f5e01662d4e546178b490408 (patch) | |
tree | 079baf60fed2c39f459482aab46ff613d9f0eda3 /indra/newview | |
parent | 06c2c70abf60a89e22341cdc27c3aa5329569a5f (diff) |
SH-329 WIP get branch ready for opensource
rolling back broken strip command on mac to unfreeze the build.
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/viewer_manifest.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/indra/newview/viewer_manifest.py b/indra/newview/viewer_manifest.py index 00e4722417..e208d97e6d 100644 --- a/indra/newview/viewer_manifest.py +++ b/indra/newview/viewer_manifest.py @@ -717,8 +717,6 @@ class DarwinManifest(ViewerManifest): # This may be desirable for the final release. Or not. if ("package" in self.args['actions'] or "unpacked" in self.args['actions']): - self.run_command('strip -w -N hk* %(viewer_binary)r' % - { 'viewer_binary' : self.dst_path_of('Contents/MacOS/Second Life')}) self.run_command('strip -S %(viewer_binary)r' % { 'viewer_binary' : self.dst_path_of('Contents/MacOS/Second Life')}) |