diff options
-rw-r--r-- | wscript | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -85,8 +85,6 @@ def configure(conf): autowaf.set_lib_env(conf, 'sratom', SRATOM_VERSION, include_path=str(conf.path.find_node('include'))) - conf.write_config_header('sratom_config.h', remove=False) - autowaf.display_summary(conf, {'Unit tests': bool(conf.env.BUILD_TESTS)}) |