mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-23 02:57:09 +01:00
[openssl] Add -utf-8 flag
This commit is contained in:
parent
4567fa5709
commit
f3f9afd1c6
@ -1,3 +1,3 @@
|
|||||||
Source: openssl
|
Source: openssl
|
||||||
Version: 1.0.2n
|
Version: 1.0.2n-1
|
||||||
Description: OpenSSL is an open source project that provides a robust, commercial-grade, and full-featured toolkit for the Transport Layer Security (TLS) and Secure Sockets Layer (SSL) protocols. It is also a general-purpose cryptography library.
|
Description: OpenSSL is an open source project that provides a robust, commercial-grade, and full-featured toolkit for the Transport Layer Security (TLS) and Secure Sockets Layer (SSL) protocols. It is also a general-purpose cryptography library.
|
||||||
|
@ -34,6 +34,7 @@ set(CONFIGURE_COMMAND ${PERL} Configure
|
|||||||
enable-static-engine
|
enable-static-engine
|
||||||
enable-capieng
|
enable-capieng
|
||||||
no-ssl2
|
no-ssl2
|
||||||
|
-utf-8
|
||||||
)
|
)
|
||||||
|
|
||||||
if(VCPKG_TARGET_ARCHITECTURE STREQUAL "x86")
|
if(VCPKG_TARGET_ARCHITECTURE STREQUAL "x86")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user