[aot] Cleanup the AOT loading code a bit. Add a --aot-path= command line option to...
[mono.git] / mono / mini / mini-runtime.c
index edc8feb4982912cfd176136de81a6c6ace8609ef..98cd4f6cbead2087abe27f5b5873a331775ab860 100644 (file)
@@ -121,6 +121,7 @@ MonoDebugOptions debug_options;
 #ifdef VALGRIND_JIT_REGISTER_MAP
 int valgrind_register;
 #endif
+GList* mono_aot_paths;
 
 static GSList *tramp_infos;