mirror of
https://github.com/openssl/openssl.git
synced 2025-02-17 14:32:04 +08:00
Windows: Recreate the $prefix variable
$prefix was removed as part of the DESTDIR work. However, it was still used to create the ENGINESDIR_dev and ENGINESDIR_dir variables, so a restoration is needed. Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
c0c9c0c026
commit
0685b15a68
@ -90,9 +90,9 @@ GENERATED={- join(" ",
|
||||
INSTALLTOP_dev={- # $prefix is used in the OPENSSLDIR perl snippet
|
||||
#
|
||||
use File::Spec::Functions qw(:DEFAULT splitpath);
|
||||
our $prefix = $config{prefix} || "$win_installroot\\OpenSSL";
|
||||
our ($prefix_dev, $prefix_dir, $prefix_file) =
|
||||
splitpath($config{prefix} || "$win_installroot\\OpenSSL",
|
||||
1);
|
||||
splitpath($prefix, 1);
|
||||
$prefix_dev -}
|
||||
INSTALLTOP_dir={- $prefix_dir -}
|
||||
OPENSSLDIR_dev={- #
|
||||
|
Loading…
Reference in New Issue
Block a user