Compare commits

...

2 Commits

Author SHA1 Message Date
Jarred Sumner
114b2e32a8 Update SetupWebKit.cmake 2025-08-02 23:20:12 -07:00
Jarred Sumner
f0bbac0306 Update SetupWebKit.cmake 2025-08-02 16:29:17 -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 642e2252f6298387edb6d2f991a0408fd0320466)
set(WEBKIT_VERSION 29bdbc69e8308ee4bc2927a680e9ad90faaeb19c)
endif()
string(SUBSTRING ${WEBKIT_VERSION} 0 16 WEBKIT_VERSION_PREFIX)