I am building brave browser using brave-core v1.48.8 from GitHub. after cloning brave-core, I am running the following commands inside brave-core:
- npm install // completed successfully
- npm run init // completed successfully
- npm run build -- debug // throwing error and terminating the build.
the cmd snip is attached below image shows the error thrown by Link stage during build:
I searched on internet but couldn't find much except this, but unclear about their solution implementation using link.exe instead of lld-link.exe.