| Index: site_scons/site_tools/naclsdk.py
|
| diff --git a/site_scons/site_tools/naclsdk.py b/site_scons/site_tools/naclsdk.py
|
| index 1045c22c543fef8ea7f1f1ac0b6a414a4fb5eca4..ce9a2d9025bf4dfd82ff064e56929182dec71286 100755
|
| --- a/site_scons/site_tools/naclsdk.py
|
| +++ b/site_scons/site_tools/naclsdk.py
|
| @@ -248,8 +248,8 @@ def _SetEnvForPnacl(env, root):
|
| pnacl_translate_flags += ' -sfi-zero-based-sandbox'
|
|
|
| env.Replace(# Replace header and lib paths.
|
| - NACL_SDK_INCLUDE=os.path.join(root, 'usr', 'include'),
|
| - NACL_SDK_LIB=os.path.join(root, 'lib'),
|
| + NACL_SDK_INCLUDE=os.path.join(root, 'le32-nacl', 'include'),
|
| + NACL_SDK_LIB=os.path.join(root, 'le32-nacl', 'lib'),
|
| # Remove arch-specific flags (if any)
|
| BASE_LINKFLAGS='',
|
| BASE_CFLAGS='',
|
|
|