diff --git a/browser_patches/webkit/buildwin.bat b/browser_patches/webkit/buildwin.bat index 9c98840648..84c2570865 100644 --- a/browser_patches/webkit/buildwin.bat +++ b/browser_patches/webkit/buildwin.bat @@ -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"