[runtime] Enable compiling aot with mkbundle
[mono.git] / mcs / tools / mkbundle / template.c
index 7d4aaea14ffdb94f638151d06a6dc39c55ddba85..243ba3fbfe2189e201f328a515bf55a819a36647 100644 (file)
@@ -2,4 +2,6 @@ void mono_mkbundle_init ()
 {
        install_dll_config_files ();
        mono_register_bundled_assemblies(bundled);
+
+       install_aot_modules ();
 }