aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xwafbin97411 -> 100567 bytes
-rw-r--r--wscript4
2 files changed, 2 insertions, 2 deletions
diff --git a/waf b/waf
index a59c289c..faf9ddef 100755
--- a/waf
+++ b/waf
Binary files 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 = [