Skip to content

Commit

Permalink
Use a relative path for the output when building a Dart kernel (flutt…
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-simmons authored Sep 24, 2021
1 parent ed0e6f0 commit 5f7d005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/dart/rules.gni
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ template("flutter_snapshot") {
"--packages=" + rebase_path(package_config),
"--target=flutter",
"--sdk-root=" + flutter_patched_sdk,
"--output-dill=" + rebase_path(kernel_output),
"--output-dill=" + rebase_path(kernel_output, root_build_dir),
]

if (is_aot) {
Expand Down

0 comments on commit 5f7d005

Please sign in to comment.