aboutsummaryrefslogtreecommitdiff
path: root/examples/ios_build/3rdparty/crates/BUILD.jobserver-0.1.25.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'examples/ios_build/3rdparty/crates/BUILD.jobserver-0.1.25.bazel')
-rw-r--r--examples/ios_build/3rdparty/crates/BUILD.jobserver-0.1.25.bazel6
1 files changed, 5 insertions, 1 deletions
diff --git a/examples/ios_build/3rdparty/crates/BUILD.jobserver-0.1.25.bazel b/examples/ios_build/3rdparty/crates/BUILD.jobserver-0.1.25.bazel
index b453f9ab..b8eeee8a 100644
--- a/examples/ios_build/3rdparty/crates/BUILD.jobserver-0.1.25.bazel
+++ b/examples/ios_build/3rdparty/crates/BUILD.jobserver-0.1.25.bazel
@@ -12,9 +12,13 @@ package(default_visibility = ["//visibility:public"])
rust_library(
name = "jobserver",
- srcs = glob(["**/*.rs"]),
+ srcs = glob(
+ include = ["**/*.rs"],
+ allow_empty = False,
+ ),
compile_data = glob(
include = ["**"],
+ allow_empty = True,
exclude = [
"**/* *",
".tmp_git_root/**/*",