diff options
author | David Robillard <d@drobilla.net> | 2021-01-01 18:02:52 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2021-01-01 18:59:14 +0100 |
commit | e359b144ba32139a8d62d34e9c10cdf494b8360b (patch) | |
tree | 8b74109140994c6a25adaa42ff774630a91a5c5e /wscript | |
parent | 87aca493cd6ad0ffc49a896c9f8342d52ad6aa96 (diff) | |
download | sord-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-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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, |