Chromium Code Reviews| Index: tools/test.py |
| =================================================================== |
| --- tools/test.py (revision 2455) |
| +++ tools/test.py (working copy) |
| @@ -1136,6 +1136,7 @@ |
| # was found, set the arch to the guess. |
| if options.arch == 'none': |
| options.arch = ARCH_GUESS |
| + options.scons_flags.append("arch=" + options.arch) |
| return True |