winegcc: Skip the post-link steps for Unix libraries.
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
088a787a2c
commit
20830b6c70
|
@ -1517,6 +1517,8 @@ static void build(struct options* opts)
|
||||||
strarray_free(tool);
|
strarray_free(tool);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (opts->unix_lib) return;
|
||||||
|
|
||||||
if (opts->out_implib && !is_pe)
|
if (opts->out_implib && !is_pe)
|
||||||
{
|
{
|
||||||
if (!spec_file)
|
if (!spec_file)
|
||||||
|
|
Loading…
Reference in New Issue