mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
Allow cross compilation prefix to come from CROSS_COMPILE environment variable
This commit is contained in:
parent
b34d449c42
commit
f99f41cf5c
@ -1047,6 +1047,8 @@ $default_ranlib= &which("ranlib") or $default_ranlib="true";
|
||||
$perl=$ENV{'PERL'} or $perl=&which("perl5") or $perl=&which("perl")
|
||||
or $perl="perl";
|
||||
|
||||
$cross_compile_prefix=$ENV{'CROSS_COMPILE'};
|
||||
|
||||
chop $openssldir if $openssldir =~ /\/$/;
|
||||
chop $prefix if $prefix =~ /.\/$/;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user