We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76eb880 commit 8e367d3Copy full SHA for 8e367d3
defs.bzl
@@ -51,9 +51,10 @@ def rust_bootstrap_library(
51
proc_macro = False,
52
rustc_flags = [],
53
srcs = [],
54
+ target_compatible_with = None,
55
visibility = None,
56
**kwargs):
- target_compatible_with = _target_constraints(crate_root)
57
+ target_compatible_with = target_compatible_with or _target_constraints(crate_root)
58
59
if name.endswith("-0.0.0"):
60
versioned_name = name
0 commit comments