Kore sync

This commit is contained in:
2026-07-17 19:57:42 -07:00
parent 157b7220d9
commit 2296afc885
12 changed files with 90 additions and 83 deletions

View File

@ -10,7 +10,7 @@ let flags = {
with_compute: true,
with_networking: true,
with_viewport: true,
with_webview: true,
with_webview: false,
with_uws: false,
with_ssl: true,
debug_network: true
@ -142,7 +142,7 @@ if (platform === Platform.Windows) {
project.addLib(libdir + 'v8_monolith');
if (flags.with_webview) {
project.addIncludeDir('webview2/include');
project.addLib('WebView2Loader.lib');
project.addLib('WebView2Loader');
}
if (!flags.release) {
project.addDefine('_HAS_ITERATOR_DEBUGGING=0');