* grub-core/Makefile.core.def: Add osdep/init.c on emu.
* grub-core/kern/emu/main.c: Add missing include. * grub-core/osdep/basic/init.c (grub_util_host_init) [!GRUB_UTIL]: Don't call grub_util_init_nls. * grub-core/osdep/windows/init.c (grub_util_host_init) [!GRUB_UTIL]: Likewise.
This commit is contained in:
parent
66a1b3eeb7
commit
21d85db12f
5 changed files with 15 additions and 0 deletions
|
@ -139,5 +139,7 @@ grub_util_host_init (int *argc __attribute__ ((unused)),
|
|||
|
||||
set_program_name ((*argv)[0]);
|
||||
|
||||
#ifdef GRUB_UTIL
|
||||
grub_util_init_nls ();
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue