| commit | 0fa3447dee0319322cf5ebaa64e4321dd8887f92 | [log] [tgz] |
|---|---|---|
| author | Przemyslaw Skibinski <inikep@gmail.com> | Mon Nov 28 16:55:14 2016 +0100 |
| committer | Przemyslaw Skibinski <inikep@gmail.com> | Mon Nov 28 16:55:14 2016 +0100 |
| tree | 0fe1e3bdb19d20e929242df40b987e2d03348dbf | |
| parent | 8b3e2f1a0b41e783c4985903fa2b38e9da7a79dd [diff] [blame] |
plainly marked altered files from zlib
diff --git a/zlibWrapper/Makefile b/zlibWrapper/Makefile index c6f0617..41b334d 100644 --- a/zlibWrapper/Makefile +++ b/zlibWrapper/Makefile
@@ -8,6 +8,7 @@ # Paths to static and dynamic zlib and zstd libraries # Use "make ZLIB_PATH=path/to/zlib ZLIB_LIBRARY=path/to/libz.a" to select a path to library ZLIB_LIBRARY ?= -lz +ZLIB_PATH ?= . ZSTDLIBDIR = ../lib ZSTDLIBRARY = $(ZSTDLIBDIR)/libzstd.a