aboutsummaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-third__party_node_node.py
blob: df3b2252ae90c481cebbf161a0639f9ff15182f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- third_party/node/node.py.orig	2020-11-13 06:37:03 UTC
+++ third_party/node/node.py
@@ -13,6 +13,7 @@ import os
 def GetBinaryPath():
   return os_path.join(os_path.dirname(__file__), *{
     'Darwin': ('mac', 'node-darwin-x64', 'bin', 'node'),
+    'FreeBSD': ('freebsd', 'node-freebsd-x64', 'bin', 'node'),
     'Linux': ('linux', 'node-linux-x64', 'bin', 'node'),
     'Windows': ('win', 'node.exe'),
   }[platform.system()])