| Index: site_scons/site_tools/component_setup.py
|
| diff --git a/site_scons/site_tools/component_setup.py b/site_scons/site_tools/component_setup.py
|
| index f24a66745918d9356084e0fc85194553cc74d838..4995bacb6ba7a1267a67cc840c23392ca9883f49 100755
|
| --- a/site_scons/site_tools/component_setup.py
|
| +++ b/site_scons/site_tools/component_setup.py
|
| @@ -207,6 +207,7 @@ def generate(env):
|
| # so we have to add these *COM, *COMSTR manually.
|
| STRIPCOMSTR='________Stripping to create $TARGET',
|
| TRANSLATECOMSTR='________Translating $TARGET',
|
| + PNACLFINALIZECOMSTR='________Finalizing pexe $TARGET',
|
| )
|
|
|
| # Add other default tools from our toolkit
|
|
|