Commit bddc08db authored by André Hentschel's avatar André Hentschel Committed by Alexandre Julliard

winegcc: Forward -mcpu to winebuild.

parent c44dead5
......@@ -1391,6 +1391,8 @@ int main(int argc, char **argv)
opts.force_pointer_size = 8;
raw_linker_arg = 1;
}
else if (strncmp("-mcpu=", argv[i], 6) == 0)
strarray_add(opts.winebuild_args, argv[i]);
break;
case 'n':
if (strcmp("-nostdinc", argv[i]) == 0)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment