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

Unified Diff: site_scons/site_tools/naclsdk.py

Issue 7621029: Fix bit name in naclsdk.py (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Created 9 years, 4 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 | « no previous file | no next file » | 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 275dfe0a18b928bf691133e079dd5e9e8da3afc2..349e0319491e4185e432c57c0463ff8687d7bb1c 100755
--- a/site_scons/site_tools/naclsdk.py
+++ b/site_scons/site_tools/naclsdk.py
@@ -252,7 +252,7 @@ def _SetEnvForPnacl(env, root):
if env.Bit('use_sandboxed_translator'):
pnacl_ld_flags += ' --pnacl-sb'
- if env.Bit('sandboxed_translator_dynamic'):
+ if env.Bit('sandboxed_translator_is_dynamic'):
pnacl_ld_flags += ' --pnacl-sb-dynamic'
# TODO(pdox): Remove PNaCl's dependency on the gcc toolchain here.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698