From 3d5b55ad33fdff1d22b1529bef92518f16e4c128 Mon Sep 17 00:00:00 2001 From: TakaRikka Date: Tue, 9 Jun 2026 01:24:40 -0700 Subject: [PATCH] fix build --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d121630dae..3989a1facb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -378,7 +378,7 @@ set(GAME_INCLUDE_DIRS find_package(Threads REQUIRED) set(GAME_LIBS aurora::core aurora::gx aurora::gd aurora::si aurora::vi aurora::pad aurora::mtx aurora::os aurora::dvd aurora::card freeverb cxxopts::cxxopts absl::flat_hash_map nlohmann_json::nlohmann_json TracyClient fmt::fmt - Threads::Threads zstd::libzstd) + Threads::Threads zstd::libzstd ZLIB::ZLIB) if (DUSK_ENABLE_SENTRY_NATIVE) list(APPEND GAME_LIBS sentry)