diff options
author | David Robillard <d@drobilla.net> | 2017-10-07 12:48:59 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2017-12-16 13:58:31 +0100 |
commit | 74da09be5f48e21db158e7969af54f3f440b74f1 (patch) | |
tree | a237fbc5f660952bdd2afff1e7acaaf961def625 /wscript | |
parent | f16f03c10852da4296922344c89abf1d70f62da3 (diff) | |
download | machina-74da09be5f48e21db158e7969af54f3f440b74f1.tar.gz machina-74da09be5f48e21db158e7969af54f3f440b74f1.tar.bz2 machina-74da09be5f48e21db158e7969af54f3f440b74f1.zip |
Update waf
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) |