Skip to content

Commit

Permalink
update leveldb
Browse files Browse the repository at this point in the history
  • Loading branch information
ideawu committed Sep 25, 2017
1 parent 80bea59 commit 6f57698
Show file tree
Hide file tree
Showing 11 changed files with 2,618 additions and 13 deletions.
2 changes: 1 addition & 1 deletion deps/leveldb-1.20/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ $(SHARED_OUTDIR)/$(SHARED_LIB3): $(SHARED_LIBOBJECTS)

endif # PLATFORM_SHARED_EXT

all: $(SHARED_LIBS) $(SHARED_PROGRAMS) $(STATIC_OUTDIR)/libleveldb.a $(STATIC_OUTDIR)/libmemenv.a $(STATIC_PROGRAMS)
all: $(STATIC_OUTDIR)/libleveldb.a $(STATIC_OUTDIR)/libmemenv.a

check: $(STATIC_PROGRAMS)
for t in $(notdir $(TESTS)); do echo "***** Running $$t"; $(STATIC_OUTDIR)/$$t || exit 1; done
Expand Down
Loading

0 comments on commit 6f57698

Please sign in to comment.