mirror of
https://github.com/openssl/openssl.git
synced 2025-02-17 14:32:04 +08:00
Rework build: Windows dependency building fix
One variable misssing Fixes #8060 Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/8061)
This commit is contained in:
parent
5f8257494c
commit
13234dd310
@ -613,6 +613,7 @@ $res: $deps
|
||||
EOF
|
||||
}
|
||||
my $obj = platform->obj($args{obj});
|
||||
my $dep = platform->dep($args{obj});
|
||||
if ($srcs[0] =~ /\.asm$/) {
|
||||
return <<"EOF";
|
||||
$obj: $deps
|
||||
|
Loading…
Reference in New Issue
Block a user