Re: [PATCH] [WineGCC]: correctly manage the -V option (gcc expects to be among the first ones, with -b)
19 Jan
2011
19 Jan
'11
11:45 a.m.
Eric Pouech <eric.pouech(a)orange.fr> writes:
@@ -969,7 +972,7 @@ static void build(struct options* opts) if (fake_module) return; /* nothing else to do */
/* link everything together now */ - strarray_addall(link_args, get_translator(opts)); + strarray_addall(link_args, get_translator(opts, NULL));
Why do you want to use a different version when linking? -- Alexandre Julliard julliard(a)winehq.org
5444
Age (days ago)
5444
Last active (days ago)
0 comments
1 participants
participants (1)
-
Alexandre Julliard