From aeab73fd24272609dfce450ffbe497680a1f8e1e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 7 Jul 2011 19:21:04 +0000 Subject: Upgrade to waf 1.6.6 git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@3418 a436a847-0d15-0410-975c-d299462d15a1 --- wscript | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index 9acf9bf..30dad46 100644 --- a/wscript +++ b/wscript @@ -21,6 +21,7 @@ out = 'build' def options(opt): autowaf.set_options(opt) + opt.load('compiler_cxx') opt.add_option('--patchage-install-name', type='string', default=APPNAME, dest='patchage_install_name', help="Patchage install name. [Default: '" + APPNAME + "']") @@ -98,8 +99,8 @@ def configure(conf): autowaf.define(conf, 'PATCHAGE_BINLOC', 1) # Boost headers - autowaf.check_header(conf, 'boost/shared_ptr.hpp') - autowaf.check_header(conf, 'boost/weak_ptr.hpp') + autowaf.check_header(conf, 'cxx', 'boost/shared_ptr.hpp') + autowaf.check_header(conf, 'cxx', 'boost/weak_ptr.hpp') conf.env['PATCHAGE_VERSION'] = PATCHAGE_VERSION -- cgit v1.2.1