Skip to content

Commit

Permalink
browser(webkit): fix win compilation (#1874)
Browse files Browse the repository at this point in the history
  • Loading branch information
yury-s authored Apr 20, 2020
1 parent 1f43ae6 commit c0ce6c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion browser_patches/webkit/buildwin.bat
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit c0ce6c7

Please sign in to comment.