Commit 20830b6c authored by Alexandre Julliard's avatar Alexandre Julliard

winegcc: Skip the post-link steps for Unix libraries.

parent 088a787a
......@@ -1517,6 +1517,8 @@ static void build(struct options* opts)
strarray_free(tool);
}
if (opts->unix_lib) return;
if (opts->out_implib && !is_pe)
{
if (!spec_file)
......
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