Skip to content

Commit

Permalink
Update to Zstandard v1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmilk committed Mar 20, 2017
1 parent 7682b70 commit b6ff800
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions windows/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

CROSS = i686-w64-mingw32-
#CROSS = x86_64-w64-mingw32-
#CROSS = i686-w64-mingw32-
CROSS = x86_64-w64-mingw32-
CC = $(CROSS)gcc
RANLIB = $(CROSS)ranlib

Expand Down Expand Up @@ -54,7 +54,7 @@ CFLAGS += -I. -I$(ZSTDMTDIR)
loadsource:
test -d lz4 || git clone https://github.com/Cyan4973/lz4 -b v1.7.5 --depth=1 lz4
test -d lz5 || git clone https://github.com/inikep/lz5 -b v1.5 --depth=1 lz5
test -d zstd || git clone https://github.com/facebook/zstd -b v1.1.3 --depth=1 zstd
test -d zstd || git clone https://github.com/facebook/zstd -b v1.1.4 --depth=1 zstd

lz4mt.exe:
$(CC) $(CF_LZ4) $(CDFLAGS) $(LDFLAGS) -o $@ $(LIBLZ4)
Expand Down

0 comments on commit b6ff800

Please sign in to comment.