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 | 561b9394d8fccec4abf5f7217c13b6cf29b5031e (patch) | |
tree | e64799aa818be438f01c12b66ebde1f4151282ec /wscript | |
parent | c70c08351847dfb151746ce016920469e1a9b8f0 (diff) | |
download | matriseq.lv2-561b9394d8fccec4abf5f7217c13b6cf29b5031e.tar.gz matriseq.lv2-561b9394d8fccec4abf5f7217c13b6cf29b5031e.tar.bz2 matriseq.lv2-561b9394d8fccec4abf5f7217c13b6cf29b5031e.zip |
Diffstat (limited to 'wscript')
-rw-r--r-- | wscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ def configure(conf): conf.load('compiler_c', cache=True) conf.load('lv2', cache=True) conf.load('autowaf', cache=True) + autowaf.set_c_lang(conf, 'c99') autowaf.check_pkg(conf, 'lv2', atleast_version='1.0.0', uselib_store='LV2') |