1

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?

Asesh
  • 3,186
  • 2
  • 21
  • 31

1 Answers1

0

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.

Asesh
  • 3,186
  • 2
  • 21
  • 31