diff options
author | David Robillard <d@drobilla.net> | 2017-12-25 12:18:17 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2017-12-25 12:18:17 -0500 |
commit | cdff3e0a5e2e3357f1aa260cc19ef196ef738c7a (patch) | |
tree | a8ff52615c62e301e30211c3c148a15d8b2fc965 /wscript | |
parent | d744e4d421c313a3b4d786e11a311f73da19fc41 (diff) | |
download | ingen-cdff3e0a5e2e3357f1aa260cc19ef196ef738c7a.tar.gz ingen-cdff3e0a5e2e3357f1aa260cc19ef196ef738c7a.tar.bz2 ingen-cdff3e0a5e2e3357f1aa260cc19ef196ef738c7a.zip |
Build clang compilation database
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -54,6 +54,7 @@ def configure(conf): conf.line_just = 45 conf.load('compiler_cxx') conf.load('lv2') + conf.load('clang_compilation_database') if not Options.options.no_python: conf.load('python') |