You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: browser_patches/buildbots/README.md
-13Lines changed: 0 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -120,19 +120,6 @@ The `core.longpaths` is needed for webkit since it has some very long layout pat
120
120
121
121
Run `c:\mozilla-build\start-shell.bat` and checkout Playwright repo to `/c/playwright`.
122
122
123
-
### 7. Create a c:\WEBKIT_WIN64_LIBS\ directory with win64 dlls
124
-
125
-
126
-
Create a new `c:\WEBKIT_WIN64_LIBS` folder and copy the following libraries from `C:\Windows\System32` into it:
127
-
-`msvcp140.dll`
128
-
-`msvcp140_2.dll`
129
-
-`vcruntime140.dll`
130
-
-`vcruntime140_1.dll`
131
-
132
-
> **NOTE**: these libraries are expected by `//browser_patches/webkit/archive.sh`.
133
-
134
-
This is necessary since mingw is a 32-bit application and cannot access the `C:\Windows\System32` folder due to [Windows FileSystem Redirector](https://docs.microsoft.com/en-us/windows/win32/winprog64/file-system-redirector?redirectedfrom=MSDN). ([StackOverflow question](https://stackoverflow.com/questions/18982551/is-mingw-caching-windows-directory-contents))
0 commit comments