[cmake, deps] conjure common/httplib.h and remove global def for httplib macros

Signed-off-by: lizzie <lizzie@eden-emu.dev>
This commit is contained in:
lizzie 2026-03-30 05:34:32 +00:00 committed by crueter
parent 3ce5463d2d
commit 6e141bee23
12 changed files with 33 additions and 31 deletions

View file

@ -9,17 +9,7 @@
#include <string>
#include <fmt/ranges.h>
#ifdef __GNUC__
#pragma GCC diagnostic push
#ifndef __clang__
#pragma GCC diagnostic ignored "-Wmaybe-uninitialized"
#endif
#endif
#include <httplib.h>
#ifdef __GNUC__
#pragma GCC diagnostic pop
#endif
#include "common/httplib.h"
#ifdef YUZU_BUNDLED_OPENSSL
#include <openssl/cert.h>