diff options
author | Tanzinul Islam <tanzinul.islam@gmail.com> | 2020-11-28 03:11:28 +0100 |
---|---|---|
committer | Dmitry Belyavskiy <beldmit@gmail.com> | 2021-04-19 11:05:54 +0200 |
commit | d5a6b54b49905cdb4edfe1e1caf9656896171cb6 (patch) | |
tree | 78b54ca0f6dd8a6683810d74795bccc2456966b9 /Configurations/10-main.conf | |
parent | Add explanation + bugtracker link for quoted dependency workarounds (diff) | |
download | openssl-d5a6b54b49905cdb4edfe1e1caf9656896171cb6.tar.xz openssl-d5a6b54b49905cdb4edfe1e1caf9656896171cb6.zip |
Replace "ld_wildcard_args" with "bin_lflags"
Reviewed-by: Richard Levitte <levitte@openssl.org>
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com>
(Merged from https://github.com/openssl/openssl/pull/13540)
Diffstat (limited to 'Configurations/10-main.conf')
-rw-r--r-- | Configurations/10-main.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf index f65fd30e5d..518e8c77f4 100644 --- a/Configurations/10-main.conf +++ b/Configurations/10-main.conf @@ -1283,7 +1283,7 @@ my %targets = ( ldoutflag => "/out:", ldpostoutflag => "", ld_resp_delim => "\n", - ld_wildcard_args => "setargv.obj", + bin_lflags => "setargv.obj", AR => "lib", ARFLAGS => "/nologo", aroutflag => "/out:", |