summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2011-03-29 13:35:22 -0400
committerJohn Wiegley <johnw@newartisans.com>2011-03-29 13:35:22 -0400
commit2b627f952873d59f360e9df95caa94392bde34ea (patch)
tree13a1e7879fac820fcd00286c4483f3bd8abdba0d /lib
parent0b8c3ed066a80b7f8cbd62140e7b967425f96ec5 (diff)
downloadfork-ledger-2b627f952873d59f360e9df95caa94392bde34ea.tar.gz
fork-ledger-2b627f952873d59f360e9df95caa94392bde34ea.tar.bz2
fork-ledger-2b627f952873d59f360e9df95caa94392bde34ea.zip
Added a missing plus (+) to lib/Makefile
Diffstat (limited to 'lib')
-rw-r--r--lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile
index fa81bb76..06d4da93 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -33,7 +33,7 @@ ifeq ($(CC),clang)
BOOST_TOOLSET = clang
else
BOOST_TOOLSET = darwin
-BOOST_DEFINES = define=_GLIBCXX_DEBUG=1
+BOOST_DEFINES += define=_GLIBCXX_DEBUG=1
endif
#BOOST_FLAGS = --architecture=x86 --address_model=32_64
BOOST_FLAGS = --toolset=$(BOOST_TOOLSET) \