Chromium Code Reviews| Index: tools/test.py |
| diff --git a/tools/test.py b/tools/test.py |
| index 05eb9fdc006459ab487cf1a11d5df5d004b0a450..c1b8b80f66b4f03945c06d719d352639d672931b 100755 |
| --- a/tools/test.py |
| +++ b/tools/test.py |
| @@ -1136,6 +1136,7 @@ def ProcessOptions(options): |
| # 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 |