forked from Lainports/opnsense-ports
19 lines
570 B
Text
19 lines
570 B
Text
--- mojo/public/tools/bindings/mojom.gni.orig 2022-06-17 14:20:10 UTC
|
|
+++ mojo/public/tools/bindings/mojom.gni
|
|
@@ -694,6 +694,16 @@ template("mojom") {
|
|
enabled_features += [ "is_win" ]
|
|
}
|
|
|
|
+ if (is_openbsd) {
|
|
+ enabled_features += [ "is_openbsd" ]
|
|
+ enabled_features += [ "is_bsd" ]
|
|
+ }
|
|
+
|
|
+ if (is_freebsd) {
|
|
+ enabled_features += [ "is_freebsd" ]
|
|
+ enabled_features += [ "is_bsd" ]
|
|
+ }
|
|
+
|
|
action(parser_target_name) {
|
|
script = mojom_parser_script
|
|
inputs = mojom_parser_sources + [ build_metadata_filename ]
|