aboutsummaryrefslogtreecommitdiff
path: root/devel/electron13/files/patch-tools_json__schema__compiler_model.py
blob: 5194250c6e3928417587e266de3ebbce5bb1f437 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- tools/json_schema_compiler/model.py.orig	2021-07-15 19:14:06 UTC
+++ tools/json_schema_compiler/model.py
@@ -865,7 +865,7 @@ class Platforms(object):
   """
   CHROMEOS = _PlatformInfo("chromeos")
   LACROS = _PlatformInfo("lacros")
-  LINUX = _PlatformInfo("linux")
+  LINUX = _PlatformInfo("bsd")
   MAC = _PlatformInfo("mac")
   WIN = _PlatformInfo("win")