mirror of
https://github.com/openssl/openssl.git
synced 2025-02-23 14:42:15 +08:00
VMS: fix typo, shared libraries have the extension .EXE, not .OLB
Reviewed-by: Rich Salz <rsalz@openssl.org>
This commit is contained in:
parent
2e7dc7cd68
commit
1bcb2b3130
@ -386,7 +386,7 @@ install_dev : check_INSTALLTOP
|
||||
@{$unified_info{install}->{libraries}}) -}
|
||||
@ {- output_off() if $disabled{shared}; "" -} !
|
||||
{- join("\n ",
|
||||
map { "COPY/PROT=W:R $_.OLB ossl_installroot:[LIB.'arch']" }
|
||||
map { "COPY/PROT=W:R $_.EXE ossl_installroot:[LIB.'arch']" }
|
||||
@install_shlibs) -}
|
||||
@ {- output_on() if $disabled{shared}; "" -} !
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user