aboutsummaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD b/BUILD
index 4a46cb53..c88eb249 100644
--- a/BUILD
+++ b/BUILD
@@ -47,7 +47,7 @@ cc_library(
rust_proc_macro(
name = "cxxbridge-macro",
- srcs = glob(["macro/src/**"]),
+ srcs = glob(["macro/src/**/*.rs"]),
edition = "2018",
deps = [
"//third-party:proc-macro2",