Skip to content
Snippets Groups Projects
Commit a2683dca authored by Alexandre Julliard's avatar Alexandre Julliard
Browse files

widl: Ignore unknown -m target options.

parent a0c25846
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment