diff options
author | David Robillard <d@drobilla.net> | 2018-01-16 21:22:51 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2018-01-16 21:22:51 +0100 |
commit | b52c6ff71fa08557294f25faf0f2c4c6e285b796 (patch) | |
tree | fbfc1ec11cd569dab581e80c7f0f274de00770ca /wscript | |
parent | 1af254ca809e5e0d88be19b8592121f160b2d122 (diff) | |
download | lilv-b52c6ff71fa08557294f25faf0f2c4c6e285b796.tar.gz lilv-b52c6ff71fa08557294f25faf0f2c4c6e285b796.tar.bz2 lilv-b52c6ff71fa08557294f25faf0f2c4c6e285b796.zip |
Explicitly set language version
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -77,6 +77,7 @@ def configure(conf): Logs.warn('Failed to configure Python (%s)\n' % sys.exc_info()[1]) conf.load('autowaf', cache=True) + autowaf.set_c_lang(conf, 'c99') conf.env.BASH_COMPLETION = not Options.options.no_bash_completion conf.env.BUILD_UTILS = not Options.options.no_utils |