Skip to content

Commit

Permalink
Specify WebKit version using commit from oven-sh/WebKit#70
Browse files Browse the repository at this point in the history
  • Loading branch information
190n committed Dec 4, 2024
1 parent 6af5b25 commit 06a894f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/tools/SetupWebKit.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ option(WEBKIT_VERSION "The version of WebKit to use")
option(WEBKIT_LOCAL "If a local version of WebKit should be used instead of downloading")

if(NOT WEBKIT_VERSION)
set(WEBKIT_VERSION 8f9ae4f01a047c666ef548864294e01df731d4ea)
set(WEBKIT_VERSION f12e277d2f5b5f0ddb0f502d9f86a8037158833a)
endif()

if(WEBKIT_LOCAL)
Expand Down

0 comments on commit 06a894f

Please sign in to comment.