Browse Source
Use static OpenSSL from system on Room target
Signed-off-by: crueter <crueter@eden-emu.dev>
pull/3606/head
crueter
2 weeks ago
No known key found for this signature in database
GPG Key ID: 425ACD2D4830EBC6
1 changed files with
1 additions and
0 deletions
-
CMakeLists.txt
|
|
|
@ -62,6 +62,7 @@ if (YUZU_STATIC_ROOM) |
|
|
|
set(Boost_USE_STATIC_LIBS ON) |
|
|
|
set(CMAKE_FIND_LIBRARY_SUFFIXES ".a") |
|
|
|
set(MBEDTLS_LIB_SUFFIX "_static") |
|
|
|
set(OPENSSL_USE_STATIC_LIBS ON) |
|
|
|
set(YUZU_USE_CPM ON) |
|
|
|
|
|
|
|
set(zstd_FORCE_BUNDLED ON) |
|
|
|
|