| 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..87db7f0f6bf3652c8e3d8577c22689e030d6b39b 100755
|
| --- a/site_scons/site_tools/naclsdk.py
|
| +++ b/site_scons/site_tools/naclsdk.py
|
| @@ -575,6 +575,8 @@ def generate(env):
|
| # Note: it appears we cannot add this in component_setup.py
|
| STRIPFLAGS=['--strip-all'],
|
| STRIPCOM='${STRIP} ${STRIPFLAGS}',
|
| + TRANSLATEFLAGS='-Wl,-L${LIB_DIR}',
|
| + TRANSLATECOM='${TRANSLATE} ${TRANSLATEFLAGS}',
|
| )
|
|
|
| # Windows has a small limit on the command line size. The linking
|
|
|