X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=wscript;h=65297a27dc1cca7840ad6231a469dd69ee4bce71;hb=01471c8879869dc87a6a17d88c945728a3193325;hp=9882898eb41aac9dbaed1f67bbaafbd22abb02c7;hpb=15b5fce90480490455237da917167b0bcb5ce946;p=ardour.git diff --git a/wscript b/wscript index 9882898eb4..65297a27dc 100644 --- a/wscript +++ b/wscript @@ -33,7 +33,10 @@ children = [ 'libs/audiographer', 'libs/gnomecanvas', 'gtk2_ardour', - 'templates' + 'templates', +# this needs to be conditional at some point, since +# we will not build it or use it on OS X + 'tools/sanity_check' ] i18n_children = [ @@ -464,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)