ports/www/chromium/files/patch-tools_json__schema__compiler_model.py
2019-06-13 22:29:19 +00:00

11 lines
381 B
Python

--- tools/json_schema_compiler/model.py.orig 2019-06-04 18:55:48 UTC
+++ tools/json_schema_compiler/model.py
@@ -605,7 +605,7 @@ class Platforms(object):
"""
CHROMEOS = _PlatformInfo("chromeos")
CHROMEOS_TOUCH = _PlatformInfo("chromeos_touch")
- LINUX = _PlatformInfo("linux")
+ LINUX = _PlatformInfo("bsd")
MAC = _PlatformInfo("mac")
WIN = _PlatformInfo("win")