aboutsummaryrefslogtreecommitdiff
path: root/extra/bazel/nanopb_cc_proto_library.bzl
diff options
context:
space:
mode:
Diffstat (limited to 'extra/bazel/nanopb_cc_proto_library.bzl')
-rw-r--r--extra/bazel/nanopb_cc_proto_library.bzl2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/bazel/nanopb_cc_proto_library.bzl b/extra/bazel/nanopb_cc_proto_library.bzl
index e1a58d5..ba292b1 100644
--- a/extra/bazel/nanopb_cc_proto_library.bzl
+++ b/extra/bazel/nanopb_cc_proto_library.bzl
@@ -83,11 +83,11 @@ def cc_nanopb_proto_library(name, **kwargs): # buildifier: disable=function-doc
alwayslink = kwargs.get("alwayslink"),
copts = kwargs.get("copts"),
defines = kwargs.get("defines"),
+ features = kwargs.get("features"),
include_prefix = kwargs.get("include_prefix"),
linkopts = kwargs.get("linkopts"),
linkstatic = kwargs.get("linkstatic"),
local_defines = kwargs.get("local_defines"),
- nocopts = kwargs.get("nocopts"),
strip_include_prefix = kwargs.get("strip_include_prefix"),
visibility = kwargs.get("visibility"),
tags = kwargs.get("tags"),