Compare commits

...

2 Commits

Author SHA1 Message Date
Jarred Sumner
1a9e17b00f Update SetupWebKit.cmake 2025-09-23 22:55:23 -07:00
Jarred Sumner
d8988c5a7f Update BuildMimalloc.cmake 2025-09-22 19:22:34 -07:00
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ register_repository(
REPOSITORY
oven-sh/mimalloc
COMMIT
1beadf9651a7bfdec6b5367c380ecc3fe1c40d1a
5ccfbe1b05a0123719f9ba4337ed87102000d429
)
set(MIMALLOC_CMAKE_ARGS

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 495c25e24927ba03277ae225cd42811588d03ff8)
set(WEBKIT_VERSION 83a2c971e9deafad95f1fe76319e7febccf3d6c5)
endif()
string(SUBSTRING ${WEBKIT_VERSION} 0 16 WEBKIT_VERSION_PREFIX)