Skip to content

Commit

Permalink
devops: bundle mvscp140_2.dll with windows webkit (#1293)
Browse files Browse the repository at this point in the history
Fixes #1288
  • Loading branch information
aslushnikov authored Mar 9, 2020
1 parent 2fa2421 commit c8bbf88
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions browser_patches/buildbots/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ Run `c:\mozilla-build\start-shell.bat` and checkout Playwright repo to `/c/playw

Create a new `c:\WEBKIT_WIN64_LIBS` folder and copy the following libraries from `C:\Windows\System32` into it:
- `msvcp140.dll`
- `msvcp140_2.dll`
- `vcruntime140.dll`
- `vcruntime140_1.dll`

Expand Down
2 changes: 1 addition & 1 deletion browser_patches/webkit/archive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ createZipForWindows() {
cp -t $tmpdir MiniBrowser.exe WebKitNetworkProcess.exe WebKitWebProcess.exe
cd -
cd /c/WEBKIT_WIN64_LIBS
cp -t $tmpdir msvcp140.dll vcruntime140.dll vcruntime140_1.dll
cp -t $tmpdir msvcp140.dll vcruntime140.dll vcruntime140_1.dll msvcp140_2.dll
cd -

# copy protocol
Expand Down

0 comments on commit c8bbf88

Please sign in to comment.