summaryrefslogtreecommitdiff
path: root/www/qt5-webengine/files/patch-src_3rdparty_chromium_third__party_node_node.py
blob: 489935ce3fab7edd57f72799addc8f7d473721f0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- src/3rdparty/chromium/third_party/node/node.py.orig	2019-05-23 12:39:34 UTC
+++ src/3rdparty/chromium/third_party/node/node.py
@@ -12,6 +12,7 @@ import sys
 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()])