Skip to content

Commit 461f707

Browse files
committed
fixup! Use ZSTD_decompressBound
1 parent 0d8c6a7 commit 461f707

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/native/libs/System.IO.Compression.Native/entrypoints.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
#include <brotli/encode.h>
1212
#include <brotli/port.h>
1313
#include <brotli/types.h>
14+
15+
#define ZSTD_STATIC_LINKING_ONLY
1416
#include <zstd.h>
1517
#endif // !TARGET_WASM
1618

0 commit comments

Comments
 (0)