mirror of
https://github.com/facebook/zstd
synced 2026-08-22 22:32:07 -04:00
added defaultCustomNULL
This commit is contained in:
parent
c7f008b069
commit
db2f540414
7 changed files with 9 additions and 13 deletions
|
|
@ -6,8 +6,8 @@
|
|||
|
||||
|
||||
# Paths to static and dynamic zlib and zstd libraries
|
||||
ifneq (,$(filter Windows%,$(OS)))
|
||||
ZLIBDIR = ../../zlib1.2.8
|
||||
# Use "make ZLIBDIR=path/to/zlib" to select a path to library
|
||||
ifdef ZLIBDIR
|
||||
STATICLIB = $(ZLIBDIR)/libz.a ../lib/libzstd.a
|
||||
IMPLIB = $(ZLIBDIR)/libz.dll.a ../lib/libzstd.a
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue