mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 10:10:22 +00:00
[dart2wasm] Fix paths for snapshot.
Change-Id: I6b26b6171b35d22cdb706d96fdb0045eef7e7264 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/264100 Commit-Queue: Alexander Thomas <athom@google.com> Auto-Submit: Joshua Litt <joshualitt@google.com> Reviewed-by: Alexander Thomas <athom@google.com>
This commit is contained in:
parent
54dbb42244
commit
9277495661
1 changed files with 2 additions and 1 deletions
|
@ -513,7 +513,8 @@ copy("copy_dart2wasm_snapshot") {
|
|||
"../utils/dart2wasm:dart2wasm_snapshot",
|
||||
]
|
||||
sources = [ "$root_out_dir/dart2wasm.snapshot" ]
|
||||
outputs = [ "$root_out_dir/$dart_sdk_output/snapshots/{{source_file_part}}" ]
|
||||
outputs =
|
||||
[ "$root_out_dir/$dart_sdk_output/bin/snapshots/{{source_file_part}}" ]
|
||||
}
|
||||
|
||||
# Copies DDC's SDK weak outline .dill to lib/_internal
|
||||
|
|
Loading…
Reference in a new issue