how can we set DEPOT_TOOLS_WIN_TOOLCHAIN=0?

1.9k Views Asked by At

While fetching the chromium, I get an issue as its asking me to set the DEPOT_TOOLS_WIN_TOOLCHAIN=0 in my local machine.

enter image description here

So that I can make the changes in the Chromium browser. Can anyone help me out with this?

1

There are 1 best solutions below

0
On BEST ANSWER

You should run this command from the command line window that you are planning to build Chromium from:

set DEPOT_TOOLS_WIN_TOOLCHAIN=0

now do your Chromium compilation after executing the above command.