[loader] external zbic + code tweaks

This commit is contained in:
xbzk
2026-09-26 11:06:52 -03:00
parent 4ce1ca8e57
commit 79d1927d63
4 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -150,7 +150,7 @@ add_library(
container/unordered_map.h container/unordered_set.h)
set_source_files_properties(zbic_compression.cpp PROPERTIES
INCLUDE_DIRECTORIES "${ATMOSPHERE_ZSTD_BIC_INCLUDE_DIR}"
INCLUDE_DIRECTORIES "${ZBIC_INCLUDE_DIR}"
COMPILE_OPTIONS "$<$<CXX_COMPILER_ID:Clang,GNU>:-Wno-unused-function>")
if(WIN32)
+1 -1
View File
@@ -13,7 +13,7 @@
#undef ZSTD_MULTITHREAD
#include "zstd.h"
#include "zstd.inc"
#include "zstd.c"
namespace Common::Compression {