diff options
Diffstat (limited to 'unpack')
-rw-r--r-- | unpack/Makemodule.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unpack/Makemodule.am b/unpack/Makemodule.am index 225263b..728f834 100644 --- a/unpack/Makemodule.am +++ b/unpack/Makemodule.am @@ -19,7 +19,7 @@ if WITH_LZ4 rdsquashfs_LDADD += $(LZ4_LIBS) endif -if WITH_LZ4 +if WITH_ZSTD rdsquashfs_LDADD += $(ZSTD_LIBS) endif |