| Index: site_scons/site_tools/naclsdk.py
|
| diff --git a/site_scons/site_tools/naclsdk.py b/site_scons/site_tools/naclsdk.py
|
| index 475a1b73c844c8b52af3aa9a03b7058c16226986..6afc71f8408cf972dbccaa0d8478daa391324a1d 100755
|
| --- a/site_scons/site_tools/naclsdk.py
|
| +++ b/site_scons/site_tools/naclsdk.py
|
| @@ -575,6 +575,7 @@ def generate(env):
|
| # Note: it appears we cannot add this in component_setup.py
|
| STRIPFLAGS=['--strip-all'],
|
| STRIPCOM='${STRIP} ${STRIPFLAGS}',
|
| + TRANSLATECOM='${TRANSLATE}',
|
| )
|
|
|
| # Windows has a small limit on the command line size. The linking
|
|
|