You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crate_universe/private/crate.bzl
+2-4Lines changed: 2 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -135,14 +135,12 @@ def _annotation(
135
135
build_script_data_glob (list, optional): A list of glob patterns to add to a crate's `cargo_build_script::data`
136
136
attribute.
137
137
build_script_deps (list, optional): A list of labels to add to a crate's `cargo_build_script::deps` attribute.
138
-
build_script_env (dict, optional): Additional environment variables to set on a crate's
139
-
`cargo_build_script::env` attribute.
138
+
build_script_env (dict, optional): Additional environment variables to set when running the crate's `cargo_build_script` - sets that target's `build_script_env` attribute.
140
139
build_script_link_deps: A list of labels to add to a crate's `cargo_build_script::link_deps` attribute.
141
140
build_script_proc_macro_deps (list, optional): A list of labels to add to a crate's
142
141
`cargo_build_script::proc_macro_deps` attribute.
143
142
build_script_rundir (str, optional): An override for the build script's rundir attribute.
144
-
build_script_rustc_env (dict, optional): Additional environment variables to set on a crate's
145
-
`cargo_build_script::env` attribute.
143
+
build_script_rustc_env (dict, optional): Additional environment variables to set when compiling the crate's `cargo_build_script` - sets that target's `rustc_env` attribute.
146
144
build_script_toolchains (list, optional): A list of labels to set on a crates's `cargo_build_script::toolchains` attribute.
147
145
build_script_use_default_shell_env (int, optional): Whether or not to include the default shell environment for the build
0 commit comments