mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00

Instead of using 64-bit version of MINGW that comes with Git Bash, we now switch to the one provided by the mozilla-build on windows, which is 32-bit. This patch also reverts the previous attempt that was defining the library names for redistribution. It should work without them as well. References #12225