summaryrefslogtreecommitdiff
path: root/devel/electron6/files/patch-electron_script_lib_config.py
blob: 09e1291e98a29a575eeb41f230c40aa3e42a05ac (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- electron/script/lib/config.py.orig	2019-12-20 06:16:27 UTC
+++ electron/script/lib/config.py
@@ -21,6 +21,9 @@ PLATFORM = {
   'cygwin': 'win32',
   'darwin': 'darwin',
   'linux2': 'linux',
+  'freebsd11': 'freebsd',
+  'freebsd12': 'freebsd',
+  'freebsd13': 'freebsd',
   'win32': 'win32',
 }[sys.platform]