diff options
-rw-r--r-- | wscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -23,6 +23,7 @@ def configure(conf): autowaf.display_header('Machina Configuration') conf.load('compiler_cxx', cache=True) conf.load('autowaf', cache=True) + autowaf.set_cxx_lang(conf, 'c++11') autowaf.check_pkg(conf, 'lv2', uselib_store='LV2', atleast_version='1.2.0', mandatory=True) |