aboutsummaryrefslogblamecommitdiff
path: root/www/chromium/files/patch-third__party_node_node.py
blob: f13b8b6b458d1ac1ecc77a38a522af1cd13e4f6c (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                                                               
                            
                                      
                                                    
                                                   
                                                         

                                                           

                                    
 
--- third_party/node/node.py.orig	2022-02-07 13:39:41 UTC
+++ third_party/node/node.py
@@ -16,6 +16,8 @@ def GetBinaryPath():
   return os_path.join(os_path.dirname(__file__), *{
     'Darwin': ('mac', 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()])