Update SetupWebKit.cmake

This commit is contained in:
Jarred Sumner
2024-10-25 02:18:13 -07:00
parent eb6995e09b
commit dffb070493

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 543cca2140eafdba845f6689024abaac0d9924f5)
set(WEBKIT_VERSION 46044a8d6802ccecb1a5040610533d4d5ba78214)
endif()
if(WEBKIT_LOCAL)