Fix Windows build.
This commit is contained in:
parent
5af09776ce
commit
3fe8f005b0
@ -404,10 +404,13 @@ for (;;)
|
|||||||
}
|
}
|
||||||
close(IN);
|
close(IN);
|
||||||
|
|
||||||
# Remove opensslconf.h so it doesn't get updated if we configure a
|
if ($orig_platform eq 'copy')
|
||||||
# different branch.
|
{
|
||||||
$exheader =~ s/[^ ]+\/opensslconf.h//;
|
# Remove opensslconf.h so it doesn't get updated if we configure a
|
||||||
$header =~ s/[^ ]+\/opensslconf.h//;
|
# different branch.
|
||||||
|
$exheader =~ s/[^ ]+\/opensslconf.h//;
|
||||||
|
$header =~ s/[^ ]+\/opensslconf.h//;
|
||||||
|
}
|
||||||
|
|
||||||
if ($shlib)
|
if ($shlib)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user