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