| Index: site_scons/site_tools/naclsdk.py
|
| diff --git a/site_scons/site_tools/naclsdk.py b/site_scons/site_tools/naclsdk.py
|
| index 0cce6d1a37e3ee2efd34afb70f5a670d91095486..2208d6db98061740086ce926188cfd7ff3830cc0 100755
|
| --- a/site_scons/site_tools/naclsdk.py
|
| +++ b/site_scons/site_tools/naclsdk.py
|
| @@ -55,7 +55,7 @@ def _StubOutEnvToolsForBuiltElsewhere(env):
|
| assert(env.Bit('built_elsewhere'))
|
| env.Replace(CC='true', CXX='true', LINK='true', AR='true',
|
| RANLIB='true', AS='true', ASPP='true', LD='true',
|
| - STRIP='true')
|
| + STRIP='true', PNACLOPT='true', PNACLFINALIZE='true')
|
|
|
|
|
| def _SetEnvForNativeSdk(env, sdk_path):
|
|
|