mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
Mono/C#: Initial exporter support for AOT compilation
This commit is contained in:
parent
de7c2ad21b
commit
2b67924a0b
16 changed files with 616 additions and 173 deletions
|
@ -132,8 +132,6 @@ void CSharpLanguage::init() {
|
|||
|
||||
#ifdef TOOLS_ENABLED
|
||||
EditorNode::add_init_callback(&_editor_init_callback);
|
||||
|
||||
GLOBAL_DEF("mono/export/include_scripts_content", false);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue