blob: ec1c9d6eb6d675182a5108041c4f5263856a7a9d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
$OpenBSD: patch-mojo_public_tools_bindings_mojom_gni,v 1.2 2021/11/16 11:28:47 robert Exp $
Index: mojo/public/tools/bindings/mojom.gni
--- mojo/public/tools/bindings/mojom.gni.orig
+++ mojo/public/tools/bindings/mojom.gni
@@ -688,6 +688,10 @@ template("mojom") {
enabled_features += [ "is_win" ]
}
+ if (is_openbsd) {
+ enabled_features += [ "is_openbsd" ]
+ }
+
action(parser_target_name) {
script = mojom_parser_script
inputs = mojom_parser_sources + [ build_metadata_filename ]
|