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 | eccc9bba3e45ed48bf4f3f1f92df947eb428ca2c (patch) | |
tree | b502f45631544acc5f5fb6b93db928e9e2074f1d /wscript | |
parent | d91f0506fc2be907109a054e140dffe6e88bd597 (diff) | |
download | sratom-eccc9bba3e45ed48bf4f3f1f92df947eb428ca2c.tar.gz sratom-eccc9bba3e45ed48bf4f3f1f92df947eb428ca2c.tar.bz2 sratom-eccc9bba3e45ed48bf4f3f1f92df947eb428ca2c.zip |
Upgrade to waf 1.8.5.
git-svn-id: http://svn.drobilla.net/lad/trunk/sratom@5496 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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'] |