mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
compiler_bundle should also depend on gn_args.txt (#1870)
This commit is contained in:
parent
a7bb8ccce8
commit
e6c51e6150
1 changed files with 4 additions and 0 deletions
4
BUILD.gn
4
BUILD.gn
|
@ -234,6 +234,10 @@ bundle("compiler_bundle") {
|
|||
deps = [
|
||||
":deno_runtime_declaration",
|
||||
":msg_ts",
|
||||
":write_gn_args",
|
||||
]
|
||||
data = [
|
||||
"$target_gen_dir/gn_args.txt",
|
||||
]
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue