| Index: pydir/build-pnacl-ir.py
|
| diff --git a/pydir/build-pnacl-ir.py b/pydir/build-pnacl-ir.py
|
| index 96b4741f68165322f577cf2dc3493cdc0b70df95..2ced17afd73b39418323373fb597928be77b30fd 100755
|
| --- a/pydir/build-pnacl-ir.py
|
| +++ b/pydir/build-pnacl-ir.py
|
| @@ -20,7 +20,7 @@ if __name__ == '__main__':
|
| nacl_root = FindBaseNaCl()
|
| # Prepend bin to $PATH.
|
| os.environ['PATH'] = (
|
| - nacl_root + '/toolchain/linux_x86/pnacl_newlib/bin' + os.pathsep +
|
| + nacl_root + '/toolchain/linux_x86/pnacl_newlib_raw/bin' + os.pathsep +
|
| os.pathsep + os.environ['PATH'])
|
|
|
| try:
|
|
|