summaryrefslogtreecommitdiff
path: root/wscript
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-02-10 13:41:41 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-02-10 13:41:41 +0000
commit7fc5212eaf2c602a561524d2717ef843511591ef (patch)
tree52fc58fdade05f1203f2b93025dd63094c21f908 /wscript
parent5d64748a51daf0f5c47a50c24336d49e0ea2a99c (diff)
get boost debug code working again (global constructors, proper location for the define)
git-svn-id: svn://localhost/ardour2/branches/3.0@8818 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/wscript b/wscript
index e147a06c64..65297a27dc 100644
--- a/wscript
+++ b/wscript
@@ -467,7 +467,7 @@ def configure(conf):
autowaf.check_header(conf, 'boost/signals2.hpp', mandatory = True)
if Options.options.boost_sp_debug:
- conf.env.append_value('CXXFLAGS_BOOST', '-DBOOST_SP_ENABLE_DEBUG_HOOKS')
+ conf.env.append_value('CXXFLAGS', '-DBOOST_SP_ENABLE_DEBUG_HOOKS')
autowaf.check_header(conf, 'jack/session.h', define="JACK_SESSION", mandatory = False)