From ebf352ef86dcfa6e62a3eb15e21f6a0424d43a04 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/lilv@3418 a436a847-0d15-0410-975c-d299462d15a1 --- waf | Bin 87638 -> 88585 bytes wscript | 5 +++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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 76e0a8f..8f70d65 100644 --- a/wscript +++ b/wscript @@ -28,6 +28,7 @@ out = 'build' def options(opt): autowaf.set_options(opt) + opt.load('compiler_c') opt.load('python') opt.add_option('--no-utils', action='store_true', default=False, dest='no_utils', help="Do not build command line utilities") @@ -49,7 +50,7 @@ def configure(conf): conf.line_just = 63 autowaf.configure(conf) autowaf.display_header('Lilv Configuration') - conf.load('compiler_cc') + conf.load('compiler_c') conf.load('python') if Options.options.bindings: @@ -73,7 +74,7 @@ def configure(conf): define_name='HAVE_WORDEXP', mandatory=False) - autowaf.check_header(conf, 'lv2/lv2plug.in/ns/lv2core/lv2.h') + autowaf.check_header(conf, 'c', 'lv2/lv2plug.in/ns/lv2core/lv2.h') conf.env.append_value('CFLAGS', '-std=c99') autowaf.define(conf, 'LILV_VERSION', LILV_VERSION) -- cgit v1.2.1