Skip to content

Commit

Permalink
Merge pull request #1 from chaeplin/master
Browse files Browse the repository at this point in the history
Update makefile.unix
  • Loading branch information
darkcoinproject committed May 2, 2014
2 parents 2fc54f3 + 672b0eb commit 11cb148
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/makefile.unix
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ LIBS = $(addprefix -L,$(BOOST_LIB_PATH) $(BDB_LIB_PATH) $(OPENSSL_LIB_PATH))

TESTDEFS = -DTEST_DATA_DIR=$(abspath test/data)

STATIC = 1
LMODE = dynamiic
LMODE = dynamic
LMODE2 = dynamic
ifdef STATIC
LMODE = static
Expand Down

0 comments on commit 11cb148

Please sign in to comment.