Make kernel compiler use host toolchain (#10419)

This commit is contained in:
Kaushik Iska 2019-08-01 12:57:03 -07:00 committed by GitHub
parent 9fca3c7449
commit 310bc030b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")