forked from LeenkxTeam/LNXRNT
Kore sync
This commit is contained in:
4
kfile.js
4
kfile.js
@ -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');
|
||||
|
||||
Reference in New Issue
Block a user