From 310bc030b42871f3568f1682bf8fb77a948295c6 Mon Sep 17 00:00:00 2001 From: Kaushik Iska Date: Thu, 1 Aug 2019 12:57:03 -0700 Subject: [PATCH] Make kernel compiler use host toolchain (#10419) --- shell/platform/fuchsia/dart/BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/platform/fuchsia/dart/BUILD.gn b/shell/platform/fuchsia/dart/BUILD.gn index 2242fb4775e..3116502547e 100644 --- a/shell/platform/fuchsia/dart/BUILD.gn +++ b/shell/platform/fuchsia/dart/BUILD.gn @@ -10,7 +10,7 @@ application_snapshot("kernel_compiler") { main_dart = "compiler.dart" deps = [ - "../flutter/kernel:kernel_platform_files", + "../flutter/kernel:kernel_platform_files($host_toolchain)", ] dot_packages = rebase_path("//third_party/dart/.packages")