From 7c06c9a3d1769758f5e01662d4e546178b490408 Mon Sep 17 00:00:00 2001 From: "Nyx (Neal Orman)" Date: Wed, 20 Oct 2010 20:56:24 -0400 Subject: SH-329 WIP get branch ready for opensource rolling back broken strip command on mac to unfreeze the build. --- indra/newview/viewer_manifest.py | 2 -- 1 file changed, 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')}) -- cgit v1.3