From b9290f4f932d1010496c25e547c4b0a699202e7e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 7 Jul 2011 19:21:42 +0000 Subject: Upgrade to waf 1.6.6 and autowaf r49 (don't check for C++ compiler) git-svn-id: http://svn.drobilla.net/sord/trunk@152 3d64ff67-21c5-427c-a301-fe4f08042e5a --- waf | Bin 87638 -> 88585 bytes wscript | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/waf b/waf index 686fe2b..ef338a3 100755 Binary files a/waf and b/waf differ diff --git a/wscript b/wscript index 9504218..4c7e77c 100644 --- a/wscript +++ b/wscript @@ -26,6 +26,7 @@ out = 'build' def options(opt): autowaf.set_options(opt) + opt.load('compiler_c') opt.add_option('--test', action='store_true', default=False, dest='build_tests', help="Build unit tests") opt.add_option('--dump', type='string', default='', dest='dump', @@ -36,7 +37,7 @@ def configure(conf): conf.line_just = 32 autowaf.display_header('Sord configuration') - conf.load('compiler_cc') + conf.load('compiler_c') conf.env.append_value('CFLAGS', '-std=c99') autowaf.check_pkg(conf, 'glib-2.0', uselib_store='GLIB', -- cgit v1.2.1