From cf54e49278b6e696f847294e96befb93b320558c Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Mon, 1 Aug 2022 16:53:31 -0700 Subject: Update bazel and buck srcs globs to refer only to .rs files --- BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'BUILD') 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", -- cgit v1.2.3