ClearScript icon indicating copy to clipboard operation
ClearScript copied to clipboard

V8Update.cmd would fail if vs2019 is installed in drive other than C:

Open nextfool opened this issue 4 years ago • 1 comments

On Windows, the build script (vs_toolchain.py) would fail with message "No supported Visual Studio can be found". Even I already set the path with $Env:vs2019_install = "d:/my-vs-path", and I can see the value is available with dir env.

nextfool avatar Nov 12 '21 03:11 nextfool

Hi @nextfool,

Yes, unfortunately, the Chromium team's build scripts are very finicky, particularly on Windows, as that's not their primary platform. We'll see if we can reproduce this, and if so, we'll post a bug report.

Thank you!

ClearScriptLib avatar Nov 12 '21 17:11 ClearScriptLib