Skip to content

Commit 315a1be

Browse files
Claude Botclaude
andcommitted
Update WebKit commit to aa4997abc9126f5a7557c9ecb7e8104779d87ec4
Updates the WebKit version in SetupWebKit.cmake from 684d4551ce5f62683476409d7402424e0f6eafb5 to aa4997abc9126f5a7557c9ecb7e8104779d87ec4. Build completed successfully and verified with hello world test. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
1 parent bbe7f81 commit 315a1be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/tools/SetupWebKit.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ option(WEBKIT_VERSION "The version of WebKit to use")
22
option(WEBKIT_LOCAL "If a local version of WebKit should be used instead of downloading")
33

44
if(NOT WEBKIT_VERSION)
5-
set(WEBKIT_VERSION 684d4551ce5f62683476409d7402424e0f6eafb5)
5+
set(WEBKIT_VERSION aa4997abc9126f5a7557c9ecb7e8104779d87ec4)
66
endif()
77

88
string(SUBSTRING ${WEBKIT_VERSION} 0 16 WEBKIT_VERSION_PREFIX)

0 commit comments

Comments
 (0)