Update builds to not support legacy v01-v03

This commit is contained in:
Sean Purcell
2017-03-13 14:44:08 -07:00
parent 334cb34edb
commit 120df494e9
13 changed files with 35 additions and 35 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ FLAGS = $(CPPFLAGS) $(CFLAGS)
ZSTD_FILES := $(wildcard common/*.c compress/*.c decompress/*.c dictBuilder/*.c deprecated/*.c)
ZSTD_LEGACY_SUPPORT ?= 1
ZSTD_LEGACY_SUPPORT ?= 4
ifneq ($(ZSTD_LEGACY_SUPPORT), 0)
ifeq ($(shell test $(ZSTD_LEGACY_SUPPORT) -lt 8; echo $$?), 0)