[loader] external zbic + code tweaks + ci workarounds

This commit is contained in:
xbzk
2026-09-26 11:06:52 -03:00
parent 79d1927d63
commit 4696ef1963
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -12,8 +12,14 @@
#define ZSTDERRORLIB_HIDDEN static
#undef ZSTD_MULTITHREAD
#if defined(__ANDROID__)
#undef _GNU_SOURCE
#endif
#include "zstd.h"
#define g_ZSTD_threading_useless_symbol g_ZSTD_zbic_threading_useless_symbol
#include "zstd.c"
#undef g_ZSTD_threading_useless_symbol
namespace Common::Compression {