From b4df1a5ef0ffbaa2e4027507e4724d237d961b07 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 18 Dec 2014 08:01:59 +0000 Subject: Upgrade to waf 1.8.5. git-svn-id: http://svn.drobilla.net/lad/trunk/raul@5496 a436a847-0d15-0410-975c-d299462d15a1 --- waf | Bin 97411 -> 100567 bytes wscript | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/waf b/waf index a59c289..faf9dde 100755 Binary files a/waf and b/waf differ diff --git a/wscript b/wscript index 6708da8..4070c03 100644 --- a/wscript +++ b/wscript @@ -66,7 +66,7 @@ def configure(conf): autowaf.define(conf, 'RAUL_VERSION', RAUL_VERSION) conf.write_config_header('raul_config.h', remove=False) - autowaf.display_msg(conf, "Unit tests", str(conf.env.BUILD_TESTS)) + autowaf.display_msg(conf, "Unit tests", bool(conf.env.BUILD_TESTS)) print('') tests = ''' -- cgit v1.2.1