From e359b144ba32139a8d62d34e9c10cdf494b8360b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 1 Jan 2021 18:02:52 +0100 Subject: Remove the need for a generated configuration header --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wscript') diff --git a/wscript b/wscript index b7507cd..6a5aaf5 100644 --- a/wscript +++ b/wscript @@ -154,7 +154,7 @@ def configure(conf): sord_validate_node = conf.path.get_bld().make_node('sord_validate') conf.env.SORD_VALIDATE = [sord_validate_node.abspath()] - conf.write_config_header('sord_config.h', remove=False) + conf.define('SORD_NO_DEFAULT_CONFIG', 1) autowaf.display_summary( conf, -- cgit v1.2.1