1
0
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:
George Lu 2018-06-04 14:33:21 -07:00
parent 9437021d2f
commit 609d72b0ca

View File

@ -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)