forked from Lainports/opnsense-ports
19 lines
498 B
Text
19 lines
498 B
Text
--- mojo/public/tools/bindings/mojom.gni.orig 2024-08-14 20:55:07 UTC
|
|
+++ mojo/public/tools/bindings/mojom.gni
|
|
@@ -763,6 +763,16 @@ template("mojom") {
|
|
enabled_features += [ "is_apple" ]
|
|
}
|
|
|
|
+ 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) {
|
|
allow_remote = true
|
|
|