diff options
author | David Robillard <d@drobilla.net> | 2014-12-18 08:01:59 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2014-12-18 08:01:59 +0000 |
commit | b4df1a5ef0ffbaa2e4027507e4724d237d961b07 (patch) | |
tree | ccfa250ded8190d4d93e6fa2fe4e3c293d378ca7 | |
parent | abab62c4576b9fa97ae33f07ca969bfe2e9ba55e (diff) | |
download | raul-b4df1a5ef0ffbaa2e4027507e4724d237d961b07.tar.gz raul-b4df1a5ef0ffbaa2e4027507e4724d237d961b07.tar.bz2 raul-b4df1a5ef0ffbaa2e4027507e4724d237d961b07.zip |
Upgrade to waf 1.8.5.
git-svn-id: http://svn.drobilla.net/lad/trunk/raul@5496 a436a847-0d15-0410-975c-d299462d15a1
-rwxr-xr-x | waf | bin | 97411 -> 100567 bytes | |||
-rw-r--r-- | wscript | 2 |
2 files changed, 1 insertions, 1 deletions
Binary files differ @@ -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 = ''' |