提交 be1f4812 编写于 作者: R Richard Levitte

Mark VC templates correctly.

VC-noCE-common and VC-WIN64-common were missing this line:

        template         => 1,

Fixes GH#1809
Reviewed-by: NRich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1811)
上级 4e3973b4
...@@ -1295,6 +1295,7 @@ sub vms_info { ...@@ -1295,6 +1295,7 @@ sub vms_info {
}, },
"VC-noCE-common" => { "VC-noCE-common" => {
inherit_from => [ "VC-common" ], inherit_from => [ "VC-common" ],
template => 1,
cflags => add(picker(default => "-DUNICODE -D_UNICODE", cflags => add(picker(default => "-DUNICODE -D_UNICODE",
debug => debug =>
sub { sub {
...@@ -1331,6 +1332,7 @@ sub vms_info { ...@@ -1331,6 +1332,7 @@ sub vms_info {
}, },
"VC-WIN64-common" => { "VC-WIN64-common" => {
inherit_from => [ "VC-noCE-common" ], inherit_from => [ "VC-noCE-common" ],
template => 1,
ex_libs => add(sub { ex_libs => add(sub {
my @ex_libs = (); my @ex_libs = ();
push @ex_libs, 'bufferoverflowu.lib' if (`cl 2>&1` =~ /14\.00\.4[0-9]{4}\./); push @ex_libs, 'bufferoverflowu.lib' if (`cl 2>&1` =~ /14\.00\.4[0-9]{4}\./);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册