diff options
author | Ryan <ry@tinyclouds.org> | 2009-07-31 14:36:48 +0200 |
---|---|---|
committer | Ryan <ry@tinyclouds.org> | 2009-07-31 14:36:48 +0200 |
commit | 2ebd6921510f9efbf1ef7eb6988ccecac25ee988 (patch) | |
tree | 796b2b414a20bd2e6b4b43323ea149894115a8c3 /deps/v8/tools/test.py | |
parent | 5373c6869a8410e9a00771be09bc74cd17e9c843 (diff) | |
download | node-new-2ebd6921510f9efbf1ef7eb6988ccecac25ee988.tar.gz |
Upgrade V8 to 1.3.1
Diffstat (limited to 'deps/v8/tools/test.py')
-rwxr-xr-x | deps/v8/tools/test.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deps/v8/tools/test.py b/deps/v8/tools/test.py index 05eb9fdc00..c1b8b80f66 100755 --- a/deps/v8/tools/test.py +++ b/deps/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 |