Compare commits

...

2 Commits

Author SHA1 Message Date
Jarred Sumner
6cac626a45 Merge branch 'main' into jarred/bump-webkit2 2024-10-25 02:18:47 -07:00
Jarred Sumner
dffb070493 Update SetupWebKit.cmake 2024-10-25 02:18:13 -07:00

View File

@@ -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 9b84f43643eff64ab46daec9b860de262c80f5e2)
set(WEBKIT_VERSION 46044a8d6802ccecb1a5040610533d4d5ba78214)
endif()
if(WEBKIT_LOCAL)