| 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 = []
|
|
|