From eccc9bba3e45ed48bf4f3f1f92df947eb428ca2c 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/sratom@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 2758463..de28592 100644 --- a/wscript +++ b/wscript @@ -57,7 +57,7 @@ def configure(conf): autowaf.set_lib_env(conf, 'sratom', SRATOM_VERSION) conf.write_config_header('sratom_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('') lib_source = ['src/sratom.c'] -- cgit v1.2.1