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

Unified Diff: pydir/crosstest.py

Issue 581293003: Adjust paths for host_x86_32/bin -> bin and for switch to 64-bit. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: 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 | « Makefile.standalone ('k') | pydir/szbuild.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pydir/crosstest.py
diff --git a/pydir/crosstest.py b/pydir/crosstest.py
index b4146c19578f0c1a4dc1f318e6145e6f444f8611..0576c7b475cc699f550c7a4fb10bcf9b76b91e4f 100755
--- a/pydir/crosstest.py
+++ b/pydir/crosstest.py
@@ -68,9 +68,9 @@ if __name__ == '__main__':
args = argparser.parse_args()
nacl_root = FindBaseNaCl()
- # Prepend host_x86_32/bin to $PATH.
+ # Prepend PNaCl bin to $PATH.
os.environ['PATH'] = nacl_root + \
- '/toolchain/linux_x86/pnacl_newlib/host_x86_32/bin' + \
+ '/toolchain/linux_x86/pnacl_newlib/bin' + \
os.pathsep + os.environ['PATH']
objs = []
« no previous file with comments | « Makefile.standalone ('k') | pydir/szbuild.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698