aboutsummaryrefslogtreecommitdiff
path: root/devel/electron12/files/patch-tools_json__schema__compiler_model.py
blob: cfdbde72aabc3e74f52a8f4185471375d2e87550 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- tools/json_schema_compiler/model.py.orig	2021-04-14 01:09:38 UTC
+++ tools/json_schema_compiler/model.py
@@ -859,7 +859,7 @@ class Platforms(object):
   CHROMEOS = _PlatformInfo("chromeos")
   CHROMEOS_TOUCH = _PlatformInfo("chromeos_touch")
   LACROS = _PlatformInfo("lacros")
-  LINUX = _PlatformInfo("linux")
+  LINUX = _PlatformInfo("bsd")
   MAC = _PlatformInfo("mac")
   WIN = _PlatformInfo("win")