From 26309783a12943babe7eaad5bf4316b280903e94 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 18 Dec 2014 08:02:38 +0000 Subject: Upgrade to waf 1.8.5. git-svn-id: http://svn.drobilla.net/serd/trunk@485 490d8e77-9747-427b-9fa3-0b8f29cee8a0 --- waf | Bin 97411 -> 100567 bytes wscript | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/waf b/waf index a59c289c..faf9ddef 100755 Binary files a/waf and b/waf differ diff --git a/wscript b/wscript index ab7d3824..e44459fc 100644 --- a/wscript +++ b/wscript @@ -90,8 +90,8 @@ def configure(conf): autowaf.set_lib_env(conf, 'serd', SERD_VERSION) conf.write_config_header('serd_config.h', remove=False) - autowaf.display_msg(conf, 'Utilities', str(conf.env.BUILD_UTILS)) - autowaf.display_msg(conf, 'Unit tests', str(conf.env.BUILD_TESTS)) + autowaf.display_msg(conf, 'Utilities', bool(conf.env.BUILD_UTILS)) + autowaf.display_msg(conf, 'Unit tests', bool(conf.env.BUILD_TESTS)) print('') lib_source = [ -- cgit v1.2.1