WebKitForWindows / WebKitRequirements

Build scripts for the requirements of the Windows port of WebKit
MIT License
91 stars 17 forks source link

sqlite3: Turn on ENABLE_THREADSAFE #146

Closed fujii closed 1 year ago

fujii commented 1 year ago

Windows WebKit was crashing due to sqlite3 multi-threading issue. https://github.com/WebKit/WebKit/pull/14904#issuecomment-1588722390 SQLITE_THREADSAFE should be enabled. ENABLE_THREADSAFE is the CMake switch to enable it.