mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Remove spinlock in libpas on Linux (#16130)
This commit is contained in:
@@ -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 05798ff248070ff86118ae40583f759dbd193c6f)
|
||||
set(WEBKIT_VERSION c30d63fe69913f17dce5fcbe17d06e670e0eaeff)
|
||||
endif()
|
||||
|
||||
if(WEBKIT_LOCAL)
|
||||
|
||||
Reference in New Issue
Block a user