Skip to content

Commit

Permalink
use local win dev tools'
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed May 16, 2024
1 parent ca958e0 commit 1522692
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -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']);
Expand Down

0 comments on commit 1522692

Please sign in to comment.