Execute gclient directly
This commit is contained in:
Родитель
6c9616fe65
Коммит
9c7dee0aec
|
@ -64,7 +64,7 @@ if (!skipGclient) {
|
|||
args += ' --force'
|
||||
// Calling gclient directly would invoke gclient.bat on Windows, which does
|
||||
// not work prefectly under some shells.
|
||||
execSync(`python vendor/depot_tools/gclient.py sync ${args}`)
|
||||
execSync(`vendor/depot_tools/gclient sync ${args}`, {shell: true})
|
||||
}
|
||||
|
||||
// Fetch build-tools.
|
||||
|
|
Загрузка…
Ссылка в новой задаче