Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(566)

Unified Diff: site_scons/site_tools/naclsdk.py

Issue 583783002: Switch PNaCl lib, include, and translator directories for new layout (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: review Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pnacl/driver/pnacl-translate.py ('k') | toolchain_build/pnacl_targetlibs.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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='',
« no previous file with comments | « pnacl/driver/pnacl-translate.py ('k') | toolchain_build/pnacl_targetlibs.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698