properly build with new openssl cpm mechanism

This commit is contained in:
lizzie
2026-06-04 00:24:34 +00:00
parent eac2d3442c
commit 4ecacf9fee
7 changed files with 37 additions and 9 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ void UpdateDialog::Download() {
client->set_read_timeout(timeout_seconds);
client->set_write_timeout(timeout_seconds);
#ifdef YUZU_BUNDLED_OPENSSL
#if defined(YUZU_BUNDLED_OPENSSL) && !defined(__OPENORBIS__)
client->load_ca_cert_store(kCert, sizeof(kCert));
#endif