Skip to content

Commit

Permalink
osx: fix building libmemenv.a
Browse files Browse the repository at this point in the history
  • Loading branch information
Tranz5 committed Jul 30, 2014
1 parent 797c52d commit 653c7d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/makefile.osx
Expand Up @@ -130,7 +130,7 @@ DEFS += $(addprefix -I,$(CURDIR)/leveldb/include) -DUSE_LEVELDB
DEFS += $(addprefix -I,$(CURDIR)/leveldb/helpers) DEFS += $(addprefix -I,$(CURDIR)/leveldb/helpers)
OBJS += obj/txdb-leveldb.o OBJS += obj/txdb-leveldb.o
leveldb/libleveldb.a: leveldb/libleveldb.a:
@echo "Building LevelDB ..."; cd leveldb; make; cd .. @echo "Building LevelDB ..."; cd leveldb; make libleveldb.a libmemenv.a; cd ..
obj/txdb-leveldb.o: leveldb/libleveldb.a obj/txdb-leveldb.o: leveldb/libleveldb.a
else else
OBJS += obj/txdb-bdb.o OBJS += obj/txdb-bdb.o
Expand Down

0 comments on commit 653c7d7

Please sign in to comment.