Skip to content

Commit

Permalink
Update makefile.unix
Browse files Browse the repository at this point in the history
  • Loading branch information
joelao95 authored Feb 17, 2017
1 parent 48f30cb commit 8ff1388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/makefile.unix
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ LIBS = $(addprefix -L,$(BOOST_LIB_PATH) $(BDB_LIB_PATH) $(OPENSSL_LIB_PATH))

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

BOOST_LIB_SUFFIX = -mt-s
#BOOST_LIB_SUFFIX = -mt-s

# for boost 1.37, add -mt to the boost libraries
LIBS += \
Expand Down

0 comments on commit 8ff1388

Please sign in to comment.