e46a49ecf1
Former-commit-id: d0813289fa2d35e1f8ed77530acb4fb1df441bc0
8 lines
131 B
C
8 lines
131 B
C
void mono_mkbundle_init ()
|
|
{
|
|
install_dll_config_files ();
|
|
mono_register_bundled_assemblies(bundled);
|
|
|
|
install_aot_modules ();
|
|
}
|