We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99b98d6 commit c1dcef3Copy full SHA for c1dcef3
browser_patches/webkit/archive.sh
@@ -78,7 +78,7 @@ createZipForLinux() {
78
79
# see https://docs.microsoft.com/en-us/visualstudio/install/tools-for-managing-visual-studio-instances?view=vs-2019
80
printMSVCRedistDir() {
81
- local dll_file=$("$PROGRAMFILES\Microsoft Visual Studio\Installer\vswhere.exe" -latest -find '**\Redist\MSVC\*\x64\**\vcruntime140.dll')
+ local dll_file=$("C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere.exe" -latest -find '**\Redist\MSVC\*\x64\**\vcruntime140.dll')
82
local redist_dir=$(dirname "$dll_file")
83
if ! [[ -d $redist_dir ]]; then
84
echo "ERROR: cannot find MS VS C++ redistributable $redist_dir"
0 commit comments