mirror of
https://github.com/facebook/zstd.git
synced 2025-03-06 16:56:49 +02:00
Added Deprecated Dependencies
This commit is contained in:
parent
9437021d2f
commit
609d72b0ca
@ -42,10 +42,12 @@ ZSTD_LIB_DICTBUILDER ?= 1
|
||||
ZSTD_LIB_DEPRECATED ?= 1
|
||||
ifeq ($(ZSTD_LIB_COMPRESSION), 0)
|
||||
ZSTD_LIB_DICTBUILDER = 0
|
||||
ZSTD_DEPRECATED = 0
|
||||
endif
|
||||
|
||||
ifeq ($(ZSTD_LIB_DECOMPRESSION), 0)
|
||||
ZSTD_LEGACY_SUPPORT = 0
|
||||
ZSTD_DEPRECATED = 0
|
||||
endif
|
||||
|
||||
ifneq ($(ZSTD_LIB_COMPRESSION), 0)
|
||||
|
Loading…
x
Reference in New Issue
Block a user