Compare commits

...

1 Commits

Author SHA1 Message Date
Jarred Sumner
1b1b1f11a7 Update SetupWebKit.cmake 2025-08-19 18:51:31 -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 aa4997abc9126f5a7557c9ecb7e8104779d87ec4)
set(WEBKIT_VERSION 625895600441f367fe63156ae69fcab3b69184a2)
endif()
string(SUBSTRING ${WEBKIT_VERSION} 0 16 WEBKIT_VERSION_PREFIX)