summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-01-01 18:02:52 +0100
committerDavid Robillard <d@drobilla.net>2021-01-01 18:59:14 +0100
commite359b144ba32139a8d62d34e9c10cdf494b8360b (patch)
tree8b74109140994c6a25adaa42ff774630a91a5c5e /wscript
parent87aca493cd6ad0ffc49a896c9f8342d52ad6aa96 (diff)
downloadsord-e359b144ba32139a8d62d34e9c10cdf494b8360b.tar.gz
sord-e359b144ba32139a8d62d34e9c10cdf494b8360b.tar.bz2
sord-e359b144ba32139a8d62d34e9c10cdf494b8360b.zip
Remove the need for a generated configuration header
Diffstat (limited to 'wscript')
-rw-r--r--wscript2
1 files changed, 1 insertions, 1 deletions
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,