| Index: tests/pnacl_client_translator/nacl.scons | 
| =================================================================== | 
| --- tests/pnacl_client_translator/nacl.scons	(revision 4818) | 
| +++ tests/pnacl_client_translator/nacl.scons	(working copy) | 
| @@ -57,7 +57,7 @@ | 
| # copy the files from the toolchain-dir to their webserver). | 
| map_files = [] | 
| replicates = [] # track staging dependencies | 
| -  toolchain_dir = '${SCONSTRUCT_DIR}/toolchain/linux_arm-untrusted' | 
| +  toolchain_dir = env['PNACL_ROOT'] | 
| # TODO(jvoung): add ARM when we have a sandboxed LD in tools-sb. | 
| for arch in ['x8632', 'x8664']: | 
| toolchain_bin = '%s/tools-sb/%s/srpc/bin/' % (toolchain_dir, | 
|  |