Install libcrypto, libssl, and libtls

I forgot to do install libssl and libtls before
This commit is contained in:
Ariel Abreu 2020-10-29 12:46:41 -04:00
parent 552e22534e
commit c5e9edb9d8
No known key found for this signature in database
GPG Key ID: ECF8C2B9E8AD3E6B

View File

@ -630,8 +630,6 @@ set_target_properties(crypto35 PROPERTIES
OUTPUT_NAME "crypto.35"
)
install(TARGETS crypto35 DESTINATION libexec/darling/usr/lib)
#
# ssl
#
@ -731,3 +729,6 @@ target_link_libraries(tls6 PRIVATE
set_target_properties(tls6 PROPERTIES
OUTPUT_NAME "tls.6"
)
# install everything
install(TARGETS crypto35 ssl35 tls6 DESTINATION libexec/darling/usr/lib)