summaryrefslogtreecommitdiff
path: root/devel/electron7/files/patch-tools_json__schema__compiler_model.py
blob: 094c070bac34f9b8d8c1ba07a6b78c82360257f4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- tools/json_schema_compiler/model.py.orig	2019-12-12 12:41:31 UTC
+++ tools/json_schema_compiler/model.py
@@ -603,7 +603,7 @@ class Platforms(object):
   """
   CHROMEOS = _PlatformInfo("chromeos")
   CHROMEOS_TOUCH = _PlatformInfo("chromeos_touch")
-  LINUX = _PlatformInfo("linux")
+  LINUX = _PlatformInfo("bsd")
   MAC = _PlatformInfo("mac")
   WIN = _PlatformInfo("win")