VMS: More header inclusion compensation for VMS C compiler
Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Tom Cosgrove <tom.cosgrove@arm.com> (Merged from https://github.com/openssl/openssl/pull/21959)
This commit is contained in:
parent
852438adc0
commit
e0f4976ac6
1 changed files with 2 additions and 1 deletions
|
@ -275,7 +275,8 @@
|
|||
}
|
||||
foreach (grep /\[\.test\.helpers\].*?\.o$/, keys %{$unified_info{sources}}) {
|
||||
my $obj = platform->obj($_);
|
||||
push @{$unified_info{includes_extra}->{$obj}}, qw(../../ssl);
|
||||
push @{$unified_info{includes_extra}->{$obj}},
|
||||
qw(../../ssl ../../ssl/quic);
|
||||
}
|
||||
|
||||
# This makes sure things get built in the order they need
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue