提交 1bcb2b31 编写于 作者: R Richard Levitte

VMS: fix typo, shared libraries have the extension .EXE, not .OLB

Reviewed-by: NRich Salz <rsalz@openssl.org>
上级 2e7dc7cd
......@@ -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}; "" -} !
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册