commit | d0582a6c46733687d045e4188a1bcd0123c758a1 | [log] [tgz] |
---|---|---|
author | Steve Block <steveblock@google.com> | Tue Dec 15 09:54:21 2009 +0000 |
committer | Steve Block <steveblock@google.com> | Tue Dec 15 09:54:21 2009 +0000 |
tree | 4139657adad206f69647f3d03f6fb2da2e8ae14e | |
parent | 3ce2e2076e8e3e60cf1810eec160ea2d8557e9e7 [diff] [blame] |
Update V8 to r3431 as required by WebKit r51976. Change-Id: I567392c3f8c0a0d5201a4249611ac4ccf468cd5b
diff --git a/tools/utils.py b/tools/utils.py index 78d1e0d..196bb05 100644 --- a/tools/utils.py +++ b/tools/utils.py
@@ -55,6 +55,8 @@ return 'win32' elif id == 'FreeBSD': return 'freebsd' + elif id == 'OpenBSD': + return 'openbsd' else: return None