summaryrefslogtreecommitdiffstats
path: root/V8Binding/v8/tools/test.py
diff options
context:
space:
mode:
Diffstat (limited to 'V8Binding/v8/tools/test.py')
-rwxr-xr-xV8Binding/v8/tools/test.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/V8Binding/v8/tools/test.py b/V8Binding/v8/tools/test.py
index 05eb9fd..c1b8b80 100755
--- a/V8Binding/v8/tools/test.py
+++ b/V8Binding/v8/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