Skip to content

Commit c0ce6c7

Browse files
authored
browser(webkit): fix win compilation (#1874)
1 parent 1f43ae6 commit c0ce6c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browser_patches/webkit/buildwin.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
set PATH=%WEBKIT_BUILD_PATH%
22
set WEBKIT_LIBRARIES=%~dp0checkout\WebKitLibraries\win
33
set WEBKIT_OUTPUTDIR=%~dp0checkout\WebKitBuild
4-
perl %~dp0checkout\Tools\Scripts\build-webkit --wincairo --release --no-ninja --touch-events --dark-mode-css --generate-project-only
4+
perl %~dp0checkout\Tools\Scripts\build-webkit --wincairo --release --no-ninja --touch-events --orientation-events --dark-mode-css --generate-project-only
55
%DEVENV% %~dp0checkout\WebKitBuild\Release\WebKit.sln /build "Release|x64"

0 commit comments

Comments
 (0)