[Web] Add Web-build specific stdout header
This commit is contained in:
parent
cc9761c3f0
commit
f411c5b2f1
9 changed files with 101 additions and 5 deletions
|
|
@ -353,6 +353,11 @@ void EditorExportPlatformWeb::get_preset_features(const Ref<EditorExportPreset>
|
|||
} else {
|
||||
r_features->push_back("nothreads");
|
||||
}
|
||||
if (p_preset->get("variant/extensions_support").operator bool()) {
|
||||
r_features->push_back("web_extensions");
|
||||
} else {
|
||||
r_features->push_back("web_noextensions");
|
||||
}
|
||||
r_features->push_back("wasm32");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue