mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-14 21:53:35 +03:00
browser(webkit): fix win compilation (#1874)
This commit is contained in:
parent
1f43ae692f
commit
c0ce6c7c76
@ -1,5 +1,5 @@
|
||||
set PATH=%WEBKIT_BUILD_PATH%
|
||||
set WEBKIT_LIBRARIES=%~dp0checkout\WebKitLibraries\win
|
||||
set WEBKIT_OUTPUTDIR=%~dp0checkout\WebKitBuild
|
||||
perl %~dp0checkout\Tools\Scripts\build-webkit --wincairo --release --no-ninja --touch-events --dark-mode-css --generate-project-only
|
||||
perl %~dp0checkout\Tools\Scripts\build-webkit --wincairo --release --no-ninja --touch-events --orientation-events --dark-mode-css --generate-project-only
|
||||
%DEVENV% %~dp0checkout\WebKitBuild\Release\WebKit.sln /build "Release|x64"
|
||||
|
Loading…
Reference in New Issue
Block a user