diff options
Diffstat (limited to 'binutils/windres.c')
-rw-r--r-- | binutils/windres.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/binutils/windres.c b/binutils/windres.c index 4336f00..c0f1b8c 100644 --- a/binutils/windres.c +++ b/binutils/windres.c @@ -767,6 +767,8 @@ main (int argc, char **argv) program_name = argv[0]; xmalloc_set_program_name (program_name); + expandargv (&ac, &av); + bfd_init (); set_default_bfd_target (); |