mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 08:20:31 +00:00
GN: Fix build
DDC needs another argument to make --help work. R=vsm@google.com Review URL: https://codereview.chromium.org/2480573002 .
This commit is contained in:
parent
6953586716
commit
e4e7e28c7f
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@ application_snapshot("dartdevc") {
|
||||||
training_args = [
|
training_args = [
|
||||||
"--dart-sdk",
|
"--dart-sdk",
|
||||||
rebase_path("../../sdk"),
|
rebase_path("../../sdk"),
|
||||||
|
"--dart-sdk-summary",
|
||||||
|
rebase_path("../../pkg/dev_compiler/lib/sdk/ddc_sdk.sum"),
|
||||||
"--help",
|
"--help",
|
||||||
]
|
]
|
||||||
inputs = exec_script("../../tools/list_dart_files.py",
|
inputs = exec_script("../../tools/list_dart_files.py",
|
||||||
|
|
Loading…
Reference in a new issue