300ff421ef
Former-commit-id: dda284b8de49fb65cd1a403db6a592e6c68a5e8c
8 lines
140 B
C
8 lines
140 B
C
void mono_mkbundle_init ()
|
|
{
|
|
install_dll_config_files ();
|
|
mono_api.mono_register_bundled_assemblies(bundled);
|
|
|
|
install_aot_modules ();
|
|
}
|