Skip to content

Commit 310bc03

Browse files
authored
Make kernel compiler use host toolchain (flutter#10419)
1 parent 9fca3c7 commit 310bc03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell/platform/fuchsia/dart/BUILD.gn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ application_snapshot("kernel_compiler") {
1010
main_dart = "compiler.dart"
1111

1212
deps = [
13-
"../flutter/kernel:kernel_platform_files",
13+
"../flutter/kernel:kernel_platform_files($host_toolchain)",
1414
]
1515

1616
dot_packages = rebase_path("//third_party/dart/.packages")

0 commit comments

Comments
 (0)