Skip to content

Commit

Permalink
fixed zlibwrapper build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyan4973 committed Oct 31, 2019
1 parent 94dcce2 commit d770a2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zlibWrapper/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ zstd_zlibwrapper.o: $(ZLIBWRAPPER_PATH)/zstd_zlibwrapper.c $(ZLIBWRAPPER_PATH)/z

zstdTurnedOn_zlibwrapper.o: CPPFLAGS += -DZWRAP_USE_ZSTD=1
zstdTurnedOn_zlibwrapper.o: $(ZLIBWRAPPER_PATH)/zstd_zlibwrapper.c $(ZLIBWRAPPER_PATH)/zstd_zlibwrapper.h
$(CC) $(CPPFLAGS) $(CFLAGS) $< -c -o $@

$(ZSTDLIBDIR)/libzstd.a:
$(MAKE) -C $(ZSTDLIBDIR) libzstd.a
Expand Down

0 comments on commit d770a2a

Please sign in to comment.