1
0
Fork 0
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:
Yoshiya Hinosawa 2019-03-03 01:28:55 +09:00 committed by Ryan Dahl
parent a7bb8ccce8
commit e6c51e6150

View file

@ -234,6 +234,10 @@ bundle("compiler_bundle") {
deps = [ deps = [
":deno_runtime_declaration", ":deno_runtime_declaration",
":msg_ts", ":msg_ts",
":write_gn_args",
]
data = [
"$target_gen_dir/gn_args.txt",
] ]
} }