Chromium Code Reviews| 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'] |
|
bradn
2011/04/12 00:47:41
Why not '${PNACL_ROOT} '?
pdox
2011/04/12 00:53:38
Done.
|
| # 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, |