Commit ff6b4665 authored by Mike Frysinger's avatar Mike Frysinger Committed by Alexandre Julliard

winegcc: Pass -m32/-m64 along to the linker.

parent 6255936c
......@@ -908,6 +908,8 @@ int main(int argc, char **argv)
opts.gui_app = 0;
else if (strcmp("-municode", argv[i]) == 0)
opts.unicode_app = 1;
else if (strcmp("-m32", argv[i]) == 0 || strcmp("-m64", argv[i]) == 0)
raw_linker_arg = 1;
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