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

Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Alexandre Julliard 2021-09-20 16:17:36 +02:00
parent 088a787a2c
commit 20830b6c70
1 changed files with 2 additions and 0 deletions

View File

@ -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)