mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Make kernel compiler use host toolchain (#10419)
This commit is contained in:
parent
9fca3c7449
commit
310bc030b4
@ -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")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user