Commit a2683dca authored by Alexandre Julliard's avatar Alexandre Julliard

widl: Ignore unknown -m target options.

parent a0c25846
......@@ -635,7 +635,6 @@ int main(int argc,char *argv[])
case 'm':
if (!strcmp( optarg, "32" )) typelib_kind = SYS_WIN32;
else if (!strcmp( optarg, "64" )) typelib_kind = SYS_WIN64;
else error( "Invalid -m argument '%s'\n", optarg );
break;
case 'N':
no_preprocess = 1;
......
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