Added library version check

This commit is contained in:
Yann Collet
2021-01-07 10:37:27 -08:00
parent 2901b5e675
commit 3324e87cff
2 changed files with 23 additions and 4 deletions
+1 -1
View File
@@ -289,7 +289,7 @@ zstd-noxz : LZMALD :=
zstd-noxz : LZMA_MSG := - xz/lzma support is disabled
zstd-noxz : zstd
## zstd-dll: zstd executable linked to dynamic library libzstd (must already exist)
## zstd-dll: zstd executable linked to dynamic library libzstd (must have same version)
.PHONY: zstd-dll
zstd-dll : LDFLAGS+= -L$(ZSTDDIR)
zstd-dll : LDLIBS += -lzstd