From 2b627f952873d59f360e9df95caa94392bde34ea Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 29 Mar 2011 13:35:22 -0400 Subject: Added a missing plus (+) to lib/Makefile --- lib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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) \ -- cgit v1.2.3