mirror of
https://github.com/denoland/deno.git
synced 2025-01-10 16:11:13 -05:00
Use source_set for rust_crate
This commit is contained in:
parent
61f5f25f26
commit
2c384f2b07
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ template("rust_crate") {
|
|||
crate_outputs = get_target_outputs(rustc_label)
|
||||
crate_obj = crate_outputs[0]
|
||||
|
||||
component(target_name) {
|
||||
source_set(target_name) {
|
||||
forward_variables_from(invoker,
|
||||
[
|
||||
"deps",
|
||||
|
|
Loading…
Reference in a new issue