Module: wine Branch: master Commit: 20830b6c7007d56961c1d11d077c2d09a40612ae URL: https://source.winehq.org/git/wine.git/?a=commit;h=20830b6c7007d56961c1d11d0...
Author: Alexandre Julliard julliard@winehq.org Date: Mon Sep 20 16:17:36 2021 +0200
winegcc: Skip the post-link steps for Unix libraries.
Signed-off-by: Alexandre Julliard julliard@winehq.org
---
tools/winegcc/winegcc.c | 2 ++ 1 file changed, 2 insertions(+)
diff --git a/tools/winegcc/winegcc.c b/tools/winegcc/winegcc.c index 3877a19e173..ff37cb75576 100644 --- a/tools/winegcc/winegcc.c +++ b/tools/winegcc/winegcc.c @@ -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)