$OpenBSD: patch-third_party_node_node_py,v 1.10 2021/10/29 14:49:42 robert Exp $
Index: third_party/node/node.py
--- third_party/node/node.py.orig
+++ third_party/node/node.py
@@ -20,6 +20,7 @@ def GetBinaryPath():
   return os_path.join(os_path.dirname(__file__), *{
     'Darwin': ('mac', 'node-darwin-x64', 'bin', 'node'),
     'Linux': ('linux', 'node-linux-x64', 'bin', 'node'),
+    'OpenBSD': ('openbsd', 'node-openbsd', 'bin', 'node'),
     'Windows': ('win', 'node.exe'),
   }[platform.system()])
 
