From 15226920e1e1ed63224795333ece0db8449ea8be Mon Sep 17 00:00:00 2001 From: Gregg Tavares Date: Thu, 16 May 2024 17:05:08 +0900 Subject: [PATCH] use local win dev tools' --- build/build.js | 1 + 1 file changed, 1 insertion(+) diff --git a/build/build.js b/build/build.js index 8e1e875..34c917f 100644 --- a/build/build.js +++ b/build/build.js @@ -26,6 +26,7 @@ function fixupPackageJson(filename) { async function buildTintD() { try { + process.env.DEPOT_TOOLS_WIN_TOOLCHAIN = '0' process.chdir('third_party/dawn'); fs.copyFileSync('scripts/standalone.gclient', '.gclient'); await execute('gclient', ['metrics', '--opt-out']);