summaryrefslogtreecommitdiff
path: root/devel/electron35/files/patch-third__party_node_node.py
blob: 29500c843e62f28c41ae0fcc34b5a87b848f7d4f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- third_party/node/node.py.orig	2025-01-27 17:37:37 UTC
+++ third_party/node/node.py
@@ -21,6 +21,8 @@ def GetBinaryPath():
   return os_path.join(os_path.dirname(__file__), *{
     'Darwin': (darwin_path, darwin_name, 'bin', 'node'),
     'Linux': ('linux', 'node-linux-x64', 'bin', 'node'),
+    'OpenBSD': ('openbsd', 'node-openbsd', 'bin', 'node'),
+    'FreeBSD': ('freebsd', 'node-freebsd', 'bin', 'node'),
     'Windows': ('win', 'node.exe'),
   }[platform.system()])