This commit is contained in:
2026-08-18 11:15:31 +02:00
parent 770d83819b
commit f1fe6221ba
+1 -1
View File
@@ -4,7 +4,7 @@ KMOD= erofs
.error erofs supports only MACHINE_ARCH=amd64
.endif
WITH_ZSTDIO?= 0
WITH_ZSTDIO?= 1
.if empty(WITH_ZSTDIO:M0) && empty(WITH_ZSTDIO:M1)
.error WITH_ZSTDIO must be 0 or 1
.endif