Fix Windows build.

This commit is contained in:
Dr. Stephen Henson 2014-06-12 10:48:24 +01:00
parent 5af09776ce
commit 3fe8f005b0

View File

@ -404,10 +404,13 @@ for (;;)
}
close(IN);
# Remove opensslconf.h so it doesn't get updated if we configure a
# different branch.
$exheader =~ s/[^ ]+\/opensslconf.h//;
$header =~ s/[^ ]+\/opensslconf.h//;
if ($orig_platform eq 'copy')
{
# Remove opensslconf.h so it doesn't get updated if we configure a
# different branch.
$exheader =~ s/[^ ]+\/opensslconf.h//;
$header =~ s/[^ ]+\/opensslconf.h//;
}
if ($shlib)
{