Compare commits

...

2 Commits

Author SHA1 Message Date
Alistair Smith
6f42f1265f Update SetupWebKit.cmake 2026-01-29 16:12:24 -08:00
Jarred Sumner
691136ffa1 Bump WebKit'
git push
2026-01-29 14:44:28 -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 9a2cc42ae1bf693a0fd0ceb9b1d7d965d9cfd3ea)
set(WEBKIT_VERSION 515344bc5d65aa2d4f9ff277b5fb944f0e051dcd)
endif()
# Use preview build URL for Windows ARM64 until the fix is merged to main