Compare commits

...

1 Commits

Author SHA1 Message Date
Dylan Conway
e2a88dc70e update 2025-01-07 17:14:34 -08: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 e1a802a2287edfe7f4046a9dd8307c8b59f5d816)
set(WEBKIT_VERSION 2399a4a00d9e0da0b34b7bd52a369a89a631ae98)
endif()
if(WEBKIT_LOCAL)