aboutsummaryrefslogtreecommitdiff
path: root/BUILD
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2022-08-01 16:53:31 -0700
committerDavid Tolnay <dtolnay@gmail.com>2022-08-01 16:57:09 -0700
commitcf54e49278b6e696f847294e96befb93b320558c (patch)
treef2eb10ecb7bc866ed4696e4340556b12521336e4 /BUILD
parentdb68a70fb1a5a433fb5b3145e48f8e6395761abe (diff)
downloadcxx-cf54e49278b6e696f847294e96befb93b320558c.tar.gz
Update bazel and buck srcs globs to refer only to .rs files
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",